blob: 939cd6c17eb03d817f7fa77ab992c35c6a8d950a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# @(#)Makefile 8.2 (Berkeley) 2/28/94
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>
|