aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/doc/usenix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/doc/usenix/Makefile')
-rw-r--r--contrib/sendmail/doc/usenix/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/sendmail/doc/usenix/Makefile b/contrib/sendmail/doc/usenix/Makefile
deleted file mode 100644
index d2308cb891bc..000000000000
--- a/contrib/sendmail/doc/usenix/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# @(#)Makefile 8.2 (Berkeley) 2/28/1994
-
-SRCS= usenix.me
-MACROS= -me
-
-all: usenix.ps
-
-usenix.ps: ${SRCS}
- rm -f ${.TARGET}
- ${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
-
-.include <bsd.doc.mk>