aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-01-01 18:28:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-01-01 18:28:21 +0000
commitac9560962d7869228de22bd2a8dde79db05840fa (patch)
tree700d48ba4e45b4b86425f242ba9f5f52193fd214 /sbin
parent6af2d8427c325dbab4fd74eb8b9324f80f798a99 (diff)
downloadsrc-ac9560962d7869228de22bd2a8dde79db05840fa.tar.gz
src-ac9560962d7869228de22bd2a8dde79db05840fa.zip
pflogd does not depend on libutil
Notes
Notes: svn path=/head/; revision=244929
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pflogd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
index ea37bd1791bf..fcff8eb45135 100644
--- a/sbin/pflogd/Makefile
+++ b/sbin/pflogd/Makefile
@@ -9,7 +9,7 @@ MAN= pflogd.8
CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h
LDADD= -lpcap
-DPADD= ${LIBPCAP} ${LIBUTIL}
+DPADD= ${LIBPCAP}
WARNS?= 2