xref: /original-bsd/usr.sbin/sendmail/doc/op/Makefile (revision f737e041)
1#	@(#)Makefile	8.2 (Berkeley) 02/28/94
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