summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/pflogd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
index 861ac6f..4d9141f 100644
--- a/sbin/pflogd/Makefile
+++ b/sbin/pflogd/Makefile
@@ -6,6 +6,8 @@ PROG= pflogd
SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c
MAN= pflogd.8
+CFLAGS=-include ../../lib/libpcap/config.h
+
LDADD= -lpcap -lutil
DPADD= ${LIBPCAP} ${LIBUTIL}
OpenPOWER on IntegriCloud