summaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 09:50:19 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 09:50:19 +0000
commit1100c0013116f4af50d7a5b8bf23db2a13892714 (patch)
tree51df4f210477ce05c47ea90818f4ca05c7479989 /libexec/bootpd
parent3e08d559a869564e3397e171f38f89c737911a47 (diff)
downloadsrc-test2-1100c0013116f4af50d7a5b8bf23db2a13892714.tar.gz
src-test2-1100c0013116f4af50d7a5b8bf23db2a13892714.zip
Notes
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/Makefile2
-rw-r--r--libexec/bootpd/Makefile.inc2
-rw-r--r--libexec/bootpd/tools/Makefile.inc2
3 files changed, 6 insertions, 0 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile
index 830577a57def..6f02477d4667 100644
--- a/libexec/bootpd/Makefile
+++ b/libexec/bootpd/Makefile
@@ -5,6 +5,8 @@ PROG= bootpd
CFLAGS+= -DETC_ETHERS
CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
+WARNS?= 2
+
SUBDIR= bootpgw tools
SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc
index 829da300445d..899c9b53689d 100644
--- a/libexec/bootpd/Makefile.inc
+++ b/libexec/bootpd/Makefile.inc
@@ -1,3 +1,5 @@
# $FreeBSD$
BINDIR?= /usr/libexec
+
+WARNS?= 1
diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc
index 4d7876162d28..f4a306f1a320 100644
--- a/libexec/bootpd/tools/Makefile.inc
+++ b/libexec/bootpd/tools/Makefile.inc
@@ -2,3 +2,5 @@
# $FreeBSD$
BINDIR= /usr/sbin
+
+WARNS?= 1