This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / doc / smm / 07.sendmailop / Makefile
index 2397426..c1a5bd6 100644 (file)
@@ -1,10 +1,14 @@
-#      @(#)Makefile    5.2 (Berkeley) 6/30/90
+#      from: @(#)Makefile      5.2 (Berkeley) 6/30/90
+#      Makefile,v 1.4 1993/07/31 15:32:13 mycroft Exp
 
 DIR=   smm/07.sendmailop
 
 DIR=   smm/07.sendmailop
+DOC=   07.sendmailop
+
 SRCS=  op.me
 MACROS=        -me
 
 SRCS=  op.me
 MACROS=        -me
 
-paper.${PRINTER}: ${SRCS}
-       ${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
-
 .include <bsd.doc.mk>
 .include <bsd.doc.mk>
+
+${DOC}.${PRINTER}: ${SRCS}
+       ( cd ${.CURDIR} ; ${PIC} ${SRCS} ) | ${EQN} | \
+               ${ROFF} ${COMPAT} > ${.TARGET}