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

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

usr/othersrc/share/doc/usd/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/share/doc/usd/Makefile b/usr/othersrc/share/doc/usd/Makefile
new file mode 100644 (file)
index 0000000..1097a24
--- /dev/null
@@ -0,0 +1,18 @@
+#      @(#)Makefile    5.1.1.1 (Berkeley) 5/7/91
+
+#Missing: 01.begin 02.learn 03.shell 05.dc 06.bc 08.mh 12.edtut 13.edadv
+#        17.jove 18.sed 19.awk 20.msmacros 24.troff 25.trofftut 26.eqn
+#        27.eqnguide 28.tbl 29.refer 30.invert 31.bib 32.diction
+BINDIR=        /usr/share/doc/usd
+FILES= 00.contents Makefile Title
+SUBDIR=        04.csh 07.Mail \
+       09.newsread 10.etiq 14.edit 15.vi \
+       16.ex 21.msdiffs 22.memacros \
+       23.meref \
+       33.rogue 34.trek
+
+beforeinstall:
+       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+           ${DESTDIR}${BINDIR}
+
+.include <bsd.subdir.mk>