13 lines
291 B
Makefile
13 lines
291 B
Makefile
# $NetBSD: Makefile,v 1.1 2004/06/25 16:34:45 itojun Exp $
|
|
# $OpenBSD: Makefile,v 1.2 2004/02/27 19:41:39 david Exp $
|
|
|
|
PROG= spamlogd
|
|
SRCS= spamlogd.c
|
|
MAN= spamlogd.8
|
|
|
|
CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pf/libexec/spamd
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${NETBSDSRCDIR}/dist/pf/libexec/spamlogd
|