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