BSD 4_3 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 19 May 1986 10:36:55 +0000 (02:36 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 19 May 1986 10:36:55 +0000 (02:36 -0800)
Work on file usr/doc/smm/16.sendmail/Makefile

Synthesized-from: CSRG/cd1/4.3

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

diff --git a/usr/doc/smm/16.sendmail/Makefile b/usr/doc/smm/16.sendmail/Makefile
new file mode 100644 (file)
index 0000000..c110d8b
--- /dev/null
@@ -0,0 +1,26 @@
+#
+# Copyright (c) 1986 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      %W% (Berkeley) %G%
+#
+SRCS=  intro.me
+MACROS=        -me
+PRINTER=Pdp
+TROFF= ditroff -${PRINTER}
+PIC=   pic -${PRINTER}
+
+paper: paper.${PRINTER}
+       lpr -${PRINTER} -n paper.${PRINTER}
+
+paper.${PRINTER}: ${SRCS}
+       ${PIC} ${SRCS} | ${TROFF} ${MACROS} -t > paper.${PRINTER}
+
+clean:
+       rm -f paper.[PT]* *.spell errs Errs make.out
+
+spell: ${SRCS}
+       @for i in ${SRCS}; do \
+               echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \
+       done