summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-11-20 13:16:44 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-11-20 13:16:44 +0000
commit50585560f7692a3d974dbc786b313fdeb934fa1c (patch)
treed6c529fa90d086c1f13b1beb22199f8e4c8edf20
parent400a63d9371bc2cbcaf8f96471830a389a432ae3 (diff)
downloadFreeBSD-src-50585560f7692a3d974dbc786b313fdeb934fa1c.zip
FreeBSD-src-50585560f7692a3d974dbc786b313fdeb934fa1c.tar.gz
Connect the new man4.alpha to the build.
-rw-r--r--etc/mtree/BSD.usr.dist2
-rw-r--r--share/man/man4/Makefile1
-rw-r--r--share/man/man4/man4.alpha/Makefile9
3 files changed, 12 insertions, 0 deletions
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index 2330b8c..191ab88 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -680,6 +680,8 @@
man3
..
man4
+ alpha
+ ..
i386
..
..
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 306f87d..08af38c 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -195,6 +195,7 @@ MLINKS+=yp.4 YP.4 yp.4 NIS.4 yp.4 nis.4
# XXX NOT IMPORTED: man4.hp300 man4.sparc man4.tahoe man4.vax
SUBDIR= man4.i386
+SUBDIR= man4.alpha
.if make(maninstall)
maninstall:: _SUBDIR
.endif
diff --git a/share/man/man4/man4.alpha/Makefile b/share/man/man4/man4.alpha/Makefile
new file mode 100644
index 0000000..77e0080
--- /dev/null
+++ b/share/man/man4/man4.alpha/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MAN4= osf1.4
+
+MLINKS= osf1.4 ../osf1.4
+
+MANSUBDIR=/alpha
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud