386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 30 Jun 1990 22:07:59 +0000 (14:07 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 30 Jun 1990 22:07:59 +0000 (14:07 -0800)
Work on file usr/othersrc/share/doc/usd/04.csh/Makefile

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

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

diff --git a/usr/othersrc/share/doc/usd/04.csh/Makefile b/usr/othersrc/share/doc/usd/04.csh/Makefile
new file mode 100644 (file)
index 0000000..c34af05
--- /dev/null
@@ -0,0 +1,9 @@
+#      @(#)Makefile    5.1 (Berkeley) 6/30/90
+
+DIR=   usd/04.csh
+SRCS=  tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
+
+paper.${PRINTER}: ${SRCS}
+       ${ROFF} > ${.TARGET}
+
+.include <bsd.doc.mk>