diff options
author | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2015-12-09 08:13:29 +0000 |
---|---|---|
committer | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2015-12-09 08:13:29 +0000 |
commit | 50203cc05108e52d96388dcb10b350b738eb0290 (patch) | |
tree | 0d062900d85cfa96042121c4445d5c3e60f7dd8b /usr.sbin/smtpd/smtpctl | |
parent | 5d2aaa665e2f7ccc6b301096a033ec891a49fce4 (diff) |
Install aliases(5), forward(5), makemap(8) and newaliases(8) manpages
that got accidentally removed while merging makemap(8) into smtpctl(8).
Spotted by Nathanael Rensen.
Diffstat (limited to 'usr.sbin/smtpd/smtpctl')
-rw-r--r-- | usr.sbin/smtpd/smtpctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl/Makefile b/usr.sbin/smtpd/smtpctl/Makefile index bf65eb110a0..9497482f13b 100644 --- a/usr.sbin/smtpd/smtpctl/Makefile +++ b/usr.sbin/smtpd/smtpctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2015/12/07 12:29:19 sunil Exp $ +# $OpenBSD: Makefile,v 1.42 2015/12/09 08:13:28 sunil Exp $ .PATH: ${.CURDIR}/.. @@ -9,7 +9,7 @@ BINGRP= _smtpq BINMODE?=2555 BINDIR= /usr/sbin -MAN= smtpctl.8 +MAN= smtpctl.8 aliases.5 forward.5 makemap.8 newaliases.8 MLINKS= smtpctl.8 mailq.8 CFLAGS+= -fstack-protector-all |