remove target before building in case it isn't owned by us
[unix-history] / usr / src / usr.sbin / sendmail / doc / op / Makefile
CommitLineData
cee9a33f 1# @(#)Makefile 8.2 (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}
cee9a33f 10 rm -f ${.TARGET}
75dea27d 11 ${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
66c994b3 12
75dea27d 13.include <bsd.doc.mk>