blob: 6435280b7e96c49bc1bd6cbdcc8d3356ae20a93d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
index b3822dd..5912ad2 100644
--- a/sbin/pflogd/Makefile
+++ b/sbin/pflogd/Makefile
@@ -7,8 +7,6 @@ PROG= pflogd
SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c
MAN= pflogd.8
-CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h
-
LIBADD= pcap
WARNS?= 2
|