aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-02 06:56:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-02 06:56:32 +0000
commit8e7d2436a13d52f24f4bf190cfbfb72896958103 (patch)
tree47335c6fddabf95df9d3fb19ee5ba80cb1f8921c /sbin
parentbf2783a016b31f89c8b011c2be0ca911b0c3146c (diff)
downloadsrc-8e7d2436a13d52f24f4bf190cfbfb72896958103.tar.gz
src-8e7d2436a13d52f24f4bf190cfbfb72896958103.zip
Set WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues.
Notes
Notes: svn path=/head/; revision=114514
Diffstat (limited to 'sbin')
-rw-r--r--sbin/camcontrol/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile
index 889a2fc0d0c7..23cff84a3a1a 100644
--- a/sbin/camcontrol/Makefile
+++ b/sbin/camcontrol/Makefile
@@ -9,6 +9,7 @@ SRCS+= modeedit.c
.else
CFLAGS+= -DMINIMALISTIC
.endif
+WARNS= 1
DPADD= ${LIBCAM} ${LIBSBUF}
LDADD= -lcam -lsbuf
MAN= camcontrol.8