summaryrefslogtreecommitdiff
path: root/doc/changes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changes/Makefile')
-rw-r--r--doc/changes/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/changes/Makefile b/doc/changes/Makefile
deleted file mode 100644
index 76eaa39..0000000
--- a/doc/changes/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 4/13/1994
-
-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>