xref: /freebsd/contrib/sendmail/doc/op/Makefile (revision daf1cffce2e07931f27c6c6998652e90df6ba87e)
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