summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil <sunil@openbsd.org>2015-12-09 08:13:28 +0000
committersunil <sunil@openbsd.org>2015-12-09 08:13:28 +0000
commit54740957261db9603b053b0d986e103ee51e6ac0 (patch)
tree8e2acbc2c5f4c9ea3e2debc70534e0c5b9998dac
parentmissing apostrophe; (diff)
downloadwireguard-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/Makefile4
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