diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2009-11-16 16:56:51 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2009-11-16 16:56:51 +0000 |
commit | c618adea57a8f85c31228f342ec50f2a58868f62 (patch) | |
tree | 4f3a36fd721434cd79bb61542428f131d7f20f8a /sbin | |
parent | 28cead6a4e4e2171c9e93f276cd2b30ca789f88f (diff) |
pflogd no longer needs libutil; ok deraadt@
Diffstat (limited to 'sbin')
-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 |