summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pflogd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
index 01c41d0..861ac6f 100644
--- a/sbin/pflogd/Makefile
+++ b/sbin/pflogd/Makefile
@@ -6,8 +6,9 @@ PROG= pflogd
SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c
MAN= pflogd.8
-CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wshadow
LDADD= -lpcap -lutil
DPADD= ${LIBPCAP} ${LIBUTIL}
+WARNS?= 2
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud