xref: /original-bsd/usr.sbin/sendmail/doc/op/Makefile (revision 1897046e)
1#	@(#)Makefile	5.2 (Berkeley) 06/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