diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-19 21:10:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-19 21:10:28 +0000 |
commit | 51c2e602a464552f9446900a6b07c47671b963fb (patch) | |
tree | 9d2e6ccc9b75df452bb377904df48f5076a18224 /usr.sbin | |
parent | 4a75bcefa2b2890b512a8540619a674d00567a09 (diff) |
use smtpd man pages by default. ok deraadt jmc
sendmail.8 note by jmc
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/makemap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/makemap/Makefile b/usr.sbin/smtpd/makemap/Makefile index ef2c24fb256..af4736a8d44 100644 --- a/usr.sbin/smtpd/makemap/Makefile +++ b/usr.sbin/smtpd/makemap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2014/01/18 05:54:51 martynas Exp $ +# $OpenBSD: Makefile,v 1.23 2014/03/19 21:10:27 tedu Exp $ .PATH: ${.CURDIR}/.. @@ -8,9 +8,7 @@ BINOWN= root BINMODE?=555 BINDIR= /usr/libexec/smtpd -MAN= makemap.8 newaliases.8 -# do not override default manpages for now -NOMAN= noman +MAN= aliases.5 forward.5 makemap.8 newaliases.8 CFLAGS+= -g3 -ggdb -I${.CURDIR}/.. CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes |