diff options
Diffstat (limited to 'sbin/pflogd/Makefile')
-rw-r--r-- | sbin/pflogd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index fd5b4d52c0b..826ed0a22af 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -1,6 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2009/11/16 16:56:50 otto Exp $ +# $OpenBSD: Makefile,v 1.9 2013/06/19 03:51:30 lteo Exp $ CFLAGS+=-Wall -Wmissing-prototypes -Wshadow + +# for pcap-int.h +CFLAGS+=-I${.CURDIR}/../../lib/libpcap + LDADD+= -lpcap DPADD+= ${LIBPCAP} |