386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 8 May 1991 01:02:50 +0000 (17:02 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 8 May 1991 01:02:50 +0000 (17:02 -0800)
Work on file usr/othersrc/share/dict/Makefile

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

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

diff --git a/usr/othersrc/share/dict/Makefile b/usr/othersrc/share/dict/Makefile
new file mode 100644 (file)
index 0000000..35e7d01
--- /dev/null
@@ -0,0 +1,14 @@
+#      @(#)Makefile    5.1.1.1 (Berkeley) 5/7/91
+
+# Missing: connectives, words
+
+FILES= README propernames web2 web2a
+NOOBJ= noobj
+
+all clean cleandir depend lint tags:
+
+install:
+       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+           ${DESTDIR}${BINDIR}/dict
+
+.include <bsd.prog.mk>