remove target before building in case it isn't owned by us
[unix-history] / usr / src / usr.sbin / sendmail / doc / usenix / Makefile
# @(#)Makefile 8.2 (Berkeley) %G%
SRCS= usenix.me
MACROS= -me
all: usenix.ps
usenix.ps: ${SRCS}
rm -f ${.TARGET}
${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>