1#	@(#)Makefile	5.6 (Berkeley) 06/05/93
2
3DIR=	smm/16.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