1#	@(#)Makefile	8.2 (Berkeley) 02/28/94
2
3DIR=	smm/09.sendmail
4SRCS=	intro.me
5MACROS=	-me
6
7all: intro.ps
8
9intro.ps: ${SRCS}
10	rm -f ${.TARGET}
11	${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
12
13.include <bsd.doc.mk>
14