mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 05:55:27 +01:00
pflogd does not depend on libutil
This commit is contained in:
parent
6af2d8427c
commit
ac9560962d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244929
@ -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