diff options
author | 2015-12-09 08:13:28 +0000 | |
---|---|---|
committer | 2015-12-09 08:13:28 +0000 | |
commit | 54740957261db9603b053b0d986e103ee51e6ac0 (patch) | |
tree | 8e2acbc2c5f4c9ea3e2debc70534e0c5b9998dac | |
parent | missing apostrophe; (diff) | |
download | wireguard-openbsd-54740957261db9603b053b0d986e103ee51e6ac0.tar.xz wireguard-openbsd-54740957261db9603b053b0d986e103ee51e6ac0.zip |
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.
-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 |