summaryrefslogtreecommitdiff
path: root/libexec/spamlogd/Makefile
blob: ed0070a7f1fbf83af409f2068bc7eb996eafe17b (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.5 2006/11/26 11:31:14 deraadt Exp $

PROG=	spamlogd
SRCS=	spamlogd.c
MAN=	spamlogd.8

CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../spamd
LDADD+= -lpcap
DPADD+=	${LIBPCAP}

.include <bsd.prog.mk>