From 50585560f7692a3d974dbc786b313fdeb934fa1c Mon Sep 17 00:00:00 2001 From: sheldonh Date: Mon, 20 Nov 2000 13:16:44 +0000 Subject: Connect the new man4.alpha to the build. --- etc/mtree/BSD.usr.dist | 2 ++ share/man/man4/Makefile | 1 + share/man/man4/man4.alpha/Makefile | 9 +++++++++ 3 files changed, 12 insertions(+) create mode 100644 share/man/man4/man4.alpha/Makefile 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 -- cgit v1.1