diff options
Diffstat (limited to 'libexec/spamd/Makefile')
-rw-r--r-- | libexec/spamd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/Makefile b/libexec/spamd/Makefile index 7ec1195f654..ac9da0c2c60 100644 --- a/libexec/spamd/Makefile +++ b/libexec/spamd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2002/12/21 01:41:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2003/02/14 05:32:02 jason Exp $ PROG= spamd SRCS= spamd.c -MAN= spamd.8 +MAN= spamd.8 spamd-setup.8 CFLAGS+= -Wall -Werror |