xref: /original-bsd/usr.sbin/sendmail/doc/op/Makefile (revision ce46c3ff)
1#	@(#)Makefile	5.3 (Berkeley) 06/01/93
2
3DIR=	smm/07.sendmailop
4SRCS=	op.me
5MACROS=	-me
6
7all: op.${PRINTER}
8
9op.${PRINTER}: ${SRCS}
10	${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
11
12.include <bsd.doc.mk>
13