summaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-14 07:28:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-14 07:28:13 +0000
commit45ef63ed8baf32a5c62a0a611c5fea930bd3335f (patch)
tree75b9bcfcee72e4016e167c0a37942693b3b84cca /share/man/man7
parent8c5a57b59d7d4fcce9c91af5ddab3bc4b8c42202 (diff)
also install mdoc pages as mandoc
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index a6893c56410..be3db8c23d8 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -5,5 +5,6 @@
MAN= ascii.7 environ.7 hier.7 hostname.7 intro.7 mailaddr.7 \
mdoc.7 mdoc.samples.7 operator.7
+MLINKS= mdoc.7 mandoc.7 mdoc.samples.7 mandoc.samples.7
.include <bsd.prog.mk>