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