386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 30 Jun 1990 02:14:02 +0000 (18:14 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 30 Jun 1990 02:14:02 +0000 (18:14 -0800)
Work on file usr/othersrc/share/man/man4/man4.hp300/Makefile

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

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

diff --git a/usr/othersrc/share/man/man4/man4.hp300/Makefile b/usr/othersrc/share/man/man4/man4.hp300/Makefile
new file mode 100644 (file)
index 0000000..8dec055
--- /dev/null
@@ -0,0 +1,15 @@
+#      @(#)Makefile    5.1 (Berkeley) 6/29/90
+
+MAN4=  autoconf.0 cons.0 ct.0 dca.0 dcl.0 dcm.0 dv.0 gb.0 grf.0 hil.0 \
+       intro.0 ite.0 le.0 mem.0 ppi.0 rb.0 rd.0 rmp.0 tc.0
+MLINKS=        mem.4 kmem.4
+MANSUBDIR=/hp300
+
+all: ${MAN4}
+
+clean depend lint tags:
+
+cleandir:
+       rm -f ${MAN4}
+
+.include <bsd.prog.mk>