diff options
Diffstat (limited to 'libexec/spamlogd/Makefile')
-rw-r--r-- | libexec/spamlogd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/spamlogd/Makefile b/libexec/spamlogd/Makefile index 6954e2e1945..ed0070a7f1f 100644 --- a/libexec/spamlogd/Makefile +++ b/libexec/spamlogd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/11/03 19:39:33 henning Exp $ +# $OpenBSD: Makefile,v 1.5 2006/11/26 11:31:14 deraadt Exp $ PROG= spamlogd SRCS= spamlogd.c @@ -6,5 +6,6 @@ MAN= spamlogd.8 CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../spamd LDADD+= -lpcap +DPADD+= ${LIBPCAP} .include <bsd.prog.mk> |