summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail/doc/op/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sendmail/doc/op/Makefile')
-rw-r--r--usr.sbin/sendmail/doc/op/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/sendmail/doc/op/Makefile b/usr.sbin/sendmail/doc/op/Makefile
new file mode 100644
index 0000000..e8f791a
--- /dev/null
+++ b/usr.sbin/sendmail/doc/op/Makefile
@@ -0,0 +1,13 @@
+# @(#)Makefile 8.2 (Berkeley) 2/28/94
+
+DIR= smm/08.sendmailop
+SRCS= op.me
+MACROS= -me
+
+all: op.ps
+
+op.ps: ${SRCS}
+ rm -f ${.TARGET}
+ ${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
+
+.include <bsd.doc.mk>
OpenPOWER on IntegriCloud