xref: /386bsd/usr/src/share/doc/smm/07.sendmailop/Makefile (revision a2142627)
1#	@(#)Makefile	5.2 (Berkeley) 6/30/90
2
3DIR=	smm/07.sendmailop
4SRCS=	op.me
5MACROS=	-me
6
7paper.${PRINTER}: ${SRCS}
8	${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11