mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
pflogd does not depend on libutil
This commit is contained in:
parent
6af2d8427c
commit
ac9560962d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue