summaryrefslogtreecommitdiff
path: root/libexec/spamd/Makefile
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2003-03-02 19:22:01 +0000
committerBob Beck <beck@cvs.openbsd.org>2003-03-02 19:22:01 +0000
commit866a15ac7401268d7e7ba88ce2463acc2a9f0794 (patch)
tree88b514fe30b236cde34a4bb432766687e29de0ed /libexec/spamd/Makefile
parent641d06a264defa4e03e7fb9c5a2ac06d231e6eed (diff)
Spamd changes to add blacklist awareness to spamd, new spamd-setup.pl
which configures individual blacklists sources and deals with whitelists. Perl still needs some stylistic changes as suggested by bmc which will go in shortly. ok deraadt@
Diffstat (limited to 'libexec/spamd/Makefile')
-rw-r--r--libexec/spamd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/spamd/Makefile b/libexec/spamd/Makefile
index ac9da0c2c60..b65d71caf91 100644
--- a/libexec/spamd/Makefile
+++ b/libexec/spamd/Makefile
@@ -1,13 +1,13 @@
-# $OpenBSD: Makefile,v 1.2 2003/02/14 05:32:02 jason Exp $
+# $OpenBSD: Makefile,v 1.3 2003/03/02 19:21:59 beck Exp $
PROG= spamd
-SRCS= spamd.c
+SRCS= spamd.c sdl.c
MAN= spamd.8 spamd-setup.8
-CFLAGS+= -Wall -Werror
+CFLAGS+= -Wall -Werror
afterinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/spamd-setup.sh ${DESTDIR}${BINDIR}/spamd-setup
+ ${.CURDIR}/spamd-setup.pl ${DESTDIR}${BINDIR}/spamd-setup
.include <bsd.prog.mk>