document split envelope/header mailer-specific rewriting
[unix-history] / usr / src / usr.sbin / sendmail / doc / op / Makefile
CommitLineData
b4d8bb7f 1# @(#)Makefile 8.1 (Berkeley) %G%
66c994b3 2
da3e8480 3DIR= smm/08.sendmailop
75dea27d
KB
4SRCS= op.me
5MACROS= -me
66c994b3 6
2b73b5cf 7all: op.ps
4f265df6 8
7eb4ce14 9op.ps: ${SRCS}
75dea27d 10 ${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
66c994b3 11
75dea27d 12.include <bsd.doc.mk>