386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 17 Apr 1991 19:07:02 +0000 (11:07 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Wed, 17 Apr 1991 19:07:02 +0000 (11:07 -0800)
Work on file usr/othersrc/share/doc/smm/16.sendmail/Makefile

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

usr/othersrc/share/doc/smm/16.sendmail/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/share/doc/smm/16.sendmail/Makefile b/usr/othersrc/share/doc/smm/16.sendmail/Makefile
new file mode 100644 (file)
index 0000000..0f41b66
--- /dev/null
@@ -0,0 +1,10 @@
+#      @(#)Makefile    5.3 (Berkeley) 6/30/90
+
+DIR=   smm/16.sendmail
+SRCS=  intro.me
+MACROS=        -me
+
+paper.${PRINTER}: ${SRCS}
+       ${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
+
+.include <bsd.doc.mk>