diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-14 05:32:03 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-14 05:32:03 +0000 |
commit | 3bced4dc2511d2584c35be4d2f328916477b69b8 (patch) | |
tree | 709f048eb7c4d08a2c71000c5a23b9ff2464f210 /libexec/spamd/Makefile | |
parent | b01693ca1d1c5a0ba958682d11729c5b100a0669 (diff) |
Give spamd.8 something to .Xr
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 |