From b4e46ea34f21bd17d5fb0b9cb6558f71fa04670a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 21 Dec 2002 01:41:55 +0000 Subject: spamd: work in progress --- libexec/spamd/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libexec/spamd/Makefile (limited to 'libexec/spamd/Makefile') diff --git a/libexec/spamd/Makefile b/libexec/spamd/Makefile new file mode 100644 index 00000000000..7ec1195f654 --- /dev/null +++ b/libexec/spamd/Makefile @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile,v 1.1 2002/12/21 01:41:54 deraadt Exp $ + +PROG= spamd +SRCS= spamd.c +MAN= spamd.8 + +CFLAGS+= -Wall -Werror + +afterinstall: + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/spamd-setup.sh ${DESTDIR}${BINDIR}/spamd-setup + +.include -- cgit v1.2.3