mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed misspelling of DPADD.
This commit is contained in:
parent
82a21971a6
commit
3d6e04cb25
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c
|
|||
MAN= pflogd.8
|
||||
|
||||
CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wshadow
|
||||
LDADD+= -lpcap -lutil
|
||||
DPAPP+= ${LIBPCAP} ${LIBUTIL}
|
||||
LDADD= -lpcap -lutil
|
||||
DPADD= ${LIBPCAP} ${LIBUTIL}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue