diff options
author | antoine <antoine@FreeBSD.org> | 2013-01-01 18:28:21 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-01-01 18:28:21 +0000 |
commit | 9e057f2c8223e05eabf1e5d37daa73d44ceb3c2d (patch) | |
tree | 700d48ba4e45b4b86425f242ba9f5f52193fd214 /sbin/pflogd | |
parent | 9d9bc65ea72575094f5982f285e9bd58292bdf27 (diff) | |
download | FreeBSD-src-9e057f2c8223e05eabf1e5d37daa73d44ceb3c2d.zip FreeBSD-src-9e057f2c8223e05eabf1e5d37daa73d44ceb3c2d.tar.gz |
pflogd does not depend on libutil
Diffstat (limited to 'sbin/pflogd')
-rw-r--r-- | sbin/pflogd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index ea37bd1..fcff8eb 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 |