summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2004-01-11 19:20:30 +0000
committerpvalchev <pvalchev@openbsd.org>2004-01-11 19:20:30 +0000
commit39feaee3b47af1081f4390f80e5cc7bde7438d9a (patch)
tree4b03d35325c8931714f9cee22bd05414a3697afa
parentmark u_int64_t constants with ULL to make gcc3 happy (diff)
downloadwireguard-openbsd-39feaee3b47af1081f4390f80e5cc7bde7438d9a.tar.xz
wireguard-openbsd-39feaee3b47af1081f4390f80e5cc7bde7438d9a.zip
add mirror-maker(7) MLINK (to mirroring-ports(7)); ok espie
-rw-r--r--share/man/man7/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 02562fc1896..f86bf92f407 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2001/11/21 23:40:17 avsm Exp $
+# $OpenBSD: Makefile,v 1.12 2004/01/11 19:20:30 pvalchev Exp $
# $NetBSD: Makefile,v 1.6 1994/12/22 10:50:05 cgd Exp $
# missing: eqnchar.7 man.7 ms.7 term.7
@@ -6,6 +6,7 @@
MAN= ascii.7 environ.7 hier.7 hostname.7 intro.7 kgdb.7 library-specs.7 \
mailaddr.7 mdoc.7 mdoc.samples.7 mirroring-ports.7 operator.7 \
packages.7 packages-specs.7 ports.7 securelevel.7
-MLINKS= mdoc.7 mandoc.7 mdoc.samples.7 mandoc.samples.7
+MLINKS= mdoc.7 mandoc.7 mdoc.samples.7 mandoc.samples.7 \
+ mirroring-ports.7 mirror-maker.7
.include <bsd.prog.mk>