diff options
Diffstat (limited to 'doc/intro/Makefile')
-rw-r--r-- | doc/intro/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/intro/Makefile b/doc/intro/Makefile deleted file mode 100644 index 6369a4a..0000000 --- a/doc/intro/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# @(#)Makefile 8.2 (Berkeley) 2/28/1994 - -DIR= smm/09.sendmail -SRCS= intro.me -MACROS= -me - -all: intro.ps - -intro.ps: ${SRCS} - rm -f ${.TARGET} - ${PIC} ${SRCS} | ${ROFF} > ${.TARGET} - -.include <bsd.doc.mk> |