xref: /freebsd/contrib/sendmail/doc/op/Makefile (revision 4cf49a43559ed9fdad601bdcccd2c55963008675)
1#	@(#)Makefile	8.2 (Berkeley) 2/28/1994
2
3DIR=	smm/08.sendmailop
4SRCS=	op.me
5MACROS=	-me
6
7all: op.ps
8
9op.ps: ${SRCS}
10	rm -f ${.TARGET}
11	${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
12
13.include <bsd.doc.mk>
14