[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / libexec / spamd-setup

File: [local] / src / libexec / spamd-setup / Makefile (download)

Revision 1.3, Wed Jan 21 08:07:41 2004 UTC (20 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.2: +4 -1 lines

New spamd configuration method.  Many people have trouble with the spam
RBL sites being slow, so now we will provide the maps ourselves through
our www mirrors around the world.  We can also now write our own internal
translators for maps that are in bad formats, and place them into the www
space in the correct format.  tested by beck, djm

#	$OpenBSD: Makefile,v 1.3 2004/01/21 08:07:41 deraadt Exp $

PROG=	spamd-setup
SRCS=	spamd-setup.c
MAN=	spamd-setup.8

LDADD=	-lz
DPADD=	${LIBZ}

CFLAGS+= -Wall -Wstrict-prototypes -ansi

.include <bsd.prog.mk>