(no message)
[unix-history] / usr / src / usr.sbin / sendmail / doc / op / Makefile
CommitLineData
2b73b5cf 1# @(#)Makefile 5.5 (Berkeley) %G%
66c994b3 2
75dea27d
KB
3DIR= smm/07.sendmailop
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>