386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 30 Jun 1990 22:03:26 +0000 (14:03 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 30 Jun 1990 22:03:26 +0000 (14:03 -0800)
Work on file usr/othersrc/share/doc/ps1/13.rcs/Makefile
Work on file usr/othersrc/share/doc/ps1/14.sccs/Makefile

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

usr/othersrc/share/doc/ps1/13.rcs/Makefile [new file with mode: 0644]
usr/othersrc/share/doc/ps1/14.sccs/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/share/doc/ps1/13.rcs/Makefile b/usr/othersrc/share/doc/ps1/13.rcs/Makefile
new file mode 100644 (file)
index 0000000..af0e1e6
--- /dev/null
@@ -0,0 +1,10 @@
+#      @(#)Makefile    6.2 (Berkeley) 6/30/90
+
+DIR=   ps1/13.rcs
+SRCS=  rcs.ms
+MACROS=        -msU
+
+paper.${PRINTER}: ${SRCS}
+       ${ROFF} ${SRCS} > ${.TARGET}
+
+.include <bsd.doc.mk>
diff --git a/usr/othersrc/share/doc/ps1/14.sccs/Makefile b/usr/othersrc/share/doc/ps1/14.sccs/Makefile
new file mode 100644 (file)
index 0000000..5ef961b
--- /dev/null
@@ -0,0 +1,10 @@
+#      @(#)Makefile    6.2 (Berkeley) 6/30/90
+
+DIR=   ps1/14.sccs
+SRCS=  sccs.me
+MACROS=        -me
+
+paper.${PRINTER}: ${SRCS}
+       ${ROFF} ${SRCS} > ${.TARGET}
+
+.include <bsd.doc.mk>