From 3d6e04cb25ac4e6f9b24ded8a4a38e352493a4fb Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 24 Oct 2004 14:25:53 +0000 Subject: [PATCH] Fixed misspelling of DPADD. --- sbin/pflogd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index 285387a1837..01c41d0723f 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