aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/authpf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/authpf/Makefile')
-rw-r--r--usr.sbin/authpf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile
index b4c9b4f36217..0a24b8efc087 100644
--- a/usr.sbin/authpf/Makefile
+++ b/usr.sbin/authpf/Makefile
@@ -19,4 +19,6 @@ CFLAGS+= -DENABLE_ALTQ
LDADD+= -lm -lmd -lutil
DPADD+= ${LIBM} ${LIBMD} ${LIBUTIL}
+WARNS?= 3
+
.include <bsd.prog.mk>