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