mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
pflogd does not depend on libutil
This commit is contained in:
parent
9d9bc65ea7
commit
9e057f2c82
@ -9,7 +9,7 @@ MAN= pflogd.8
|
||||
CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h
|
||||
|
||||
LDADD= -lpcap
|
||||
DPADD= ${LIBPCAP} ${LIBUTIL}
|
||||
DPADD= ${LIBPCAP}
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user