386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 27 Apr 1991 22:50:21 +0000 (14:50 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 27 Apr 1991 22:50:21 +0000 (14:50 -0800)
Work on file usr/othersrc/games/fortune/unstr/Makefile

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

usr/othersrc/games/fortune/unstr/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/games/fortune/unstr/Makefile b/usr/othersrc/games/fortune/unstr/Makefile
new file mode 100644 (file)
index 0000000..12ce228
--- /dev/null
@@ -0,0 +1,7 @@
+#      @(#)Makefile    5.1 (Berkeley) 4/27/91
+
+PROG=  unstr
+NOMAN= noman
+CFLAGS+=-I${.CURDIR}/../strfile
+
+.include <bsd.prog.mk>