summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-09 18:41:38 +0000
committerwollman <wollman@FreeBSD.org>1994-08-09 18:41:38 +0000
commit7a77128a944f19f2b6e954027ebfd94821a2cbdc (patch)
treea789ebcbc81f6d3ec627944485520f34caa8826e /share/man/man5
parent815a22f28ffbbff922fb69bb799f42fe49305558 (diff)
downloadFreeBSD-src-7a77128a944f19f2b6e954027ebfd94821a2cbdc.zip
FreeBSD-src-7a77128a944f19f2b6e954027ebfd94821a2cbdc.tar.gz
Make man page installation work for ``unattached'' and kernel pages.
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 78bf304..239c710 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -1,18 +1,14 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-MAN5= a.out.0 acct.0 core.0 dir.0 disktab.0 dump.0 fs.0 fstab.0 \
- group.0 hosts.0 networks.0 passwd.0 phones.0 plot.0 printcap.0 \
- protocols.0 remote.0 resolver.0 services.0 shells.0 stab.0 types.0 \
- utmp.0
-MLINKS= fs.5 inode.5 dump.5 dumpdates.5 utmp.5 wtmp.5
-
-all: ${MAN5}
+#MISSING: dump.5 plot.5
+MAN5= a.out.5 acct.5 core.5 dir.5 disktab.5 fs.5 fstab.5 \
+ group.5 hosts.5 networks.5 passwd.5 phones.5 printcap.5 \
+ protocols.5 remote.5 resolver.5 services.5 shells.5 stab.5 types.5 \
+ utmp.5
+MLINKS= fs.5 inode.5 utmp.5 wtmp.5
clean depend lint tags:
-cleandir:
- rm -f ${MAN5}
-
install: maninstall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud