diff options
Diffstat (limited to 'libexec/bootpd/Makefile')
-rw-r--r-- | libexec/bootpd/Makefile | 2 |
1 files changed, 2 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 \ |