summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-10-24 14:25:53 +0000
committerru <ru@FreeBSD.org>2004-10-24 14:25:53 +0000
commita3d95ac7b4504593b5ec461c5eabb91886a5b9d0 (patch)
tree6b068d91446f3f4b4a384348004b8209c381f5c2 /sbin
parente84d8e229d7714091f989408c13bc3ab3d66dba5 (diff)
downloadFreeBSD-src-a3d95ac7b4504593b5ec461c5eabb91886a5b9d0.zip
FreeBSD-src-a3d95ac7b4504593b5ec461c5eabb91886a5b9d0.tar.gz
Fixed misspelling of DPADD.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pflogd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
index 285387a..01c41d0 100644
--- a/sbin/pflogd/Makefile
+++ b/sbin/pflogd/Makefile
@@ -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>
OpenPOWER on IntegriCloud