386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 20:56:47 +0000 (12:56 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 20:56:47 +0000 (12:56 -0800)
Work on file usr/othersrc/share/man/man4/man4.tahoe/Makefile

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

usr/othersrc/share/man/man4/man4.tahoe/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/share/man/man4/man4.tahoe/Makefile b/usr/othersrc/share/man/man4/man4.tahoe/Makefile
new file mode 100644 (file)
index 0000000..7845e9b
--- /dev/null
@@ -0,0 +1,17 @@
+#      @(#)Makefile    5.4 (Berkeley) 5/11/90
+
+MAN4=  ace.0 autoconf.0 cons.0 cy.0 dr.0 enp.0 ik.0 intro.0 lp.0 mem.0 \
+       mtio.0 vd.0 vx.0
+MLINKS=        mem.4 kmem.4
+MANSUBDIR=/tahoe
+
+all: ${MAN4}
+
+clean depend lint tags:
+
+cleandir:
+       rm -f ${MAN4}
+
+install: maninstall
+
+.include <bsd.prog.mk>