diff options
-rw-r--r-- | sbin/pflogd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index 377cad99635..fd5b4d52c0b 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2006/11/26 11:31:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2009/11/16 16:56:50 otto Exp $ CFLAGS+=-Wall -Wmissing-prototypes -Wshadow -LDADD+= -lpcap -lutil -DPADD+= ${LIBPCAP} ${LIBUTIL} +LDADD+= -lpcap +DPADD+= ${LIBPCAP} PROG= pflogd SRCS= pflogd.c privsep.c privsep_fdpass.c |