summaryrefslogtreecommitdiff
path: root/libexec/spamlogd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/spamlogd/Makefile')
-rw-r--r--libexec/spamlogd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/spamlogd/Makefile b/libexec/spamlogd/Makefile
index ea2e1b43dae..6954e2e1945 100644
--- a/libexec/spamlogd/Makefile
+++ b/libexec/spamlogd/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.3 2005/05/24 22:23:04 millert Exp $
+# $OpenBSD: Makefile,v 1.4 2006/11/03 19:39:33 henning Exp $
PROG= spamlogd
SRCS= spamlogd.c
MAN= spamlogd.8
CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../spamd
+LDADD+= -lpcap
.include <bsd.prog.mk>