386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 8 May 1991 04:56:11 +0000 (20:56 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 8 May 1991 04:56:11 +0000 (20:56 -0800)
Work on file usr/othersrc/share/man/man5/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/share/man/man5/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/share/man/man5/Makefile b/usr/othersrc/share/man/man5/Makefile
new file mode 100644 (file)
index 0000000..d2ddbd8
--- /dev/null
@@ -0,0 +1,18 @@
+#      @(#)Makefile    5.7.1.1 (Berkeley) 5/7/91
+
+MAN5=  a.out.0 acct.0 core.0 dir.0 disktab.0 fs.0 fstab.0 \
+       group.0 hosts.0 networks.0 passwd.0 phones.0 printcap.0 \
+       protocols.0 remote.0 resolver.0 services.0 shells.0 stab.0 types.0 \
+       utmp.0
+MLINKS=        fs.5 inode.5 utmp.5 wtmp.5
+
+all: ${MAN5}
+
+clean depend lint tags:
+
+cleandir:
+       rm -f ${MAN5}
+
+install: maninstall
+
+.include <bsd.prog.mk>