aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ndp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ndp/Makefile')
-rw-r--r--usr.sbin/ndp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ndp/Makefile b/usr.sbin/ndp/Makefile
index f1566919a2f2..552ac5375cf0 100644
--- a/usr.sbin/ndp/Makefile
+++ b/usr.sbin/ndp/Makefile
@@ -22,4 +22,6 @@ SRCS= ndp.c gmt2local.c
CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump
CFLAGS+= -D_U_=""
+WARNS?= 1
+
.include <bsd.prog.mk>