From 866a15ac7401268d7e7ba88ce2463acc2a9f0794 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Sun, 2 Mar 2003 19:22:01 +0000 Subject: 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@ --- libexec/spamd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libexec/spamd/Makefile') 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 -- cgit v1.2.3