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