1# You really want: 2# PRINTERDEVICE=ps 3# or you will not get the illustration. 4VOLUME= papers 5DOC= timecounter 6SRCS= tmac.usenix timecounter.ms-patched 7EXTRA= fig1.eps fig2.eps fig3.eps fig4.eps fig5.eps gps.ps intr.ps 8MACROS= -ms 9CLEANFILES= timecounter.ms-patched 10USE_PIC= 11USE_EQN= 12USE_TBL= 13 14timecounter.ms-patched: timecounter.ms 15 sed -E -e 's;(gps|intr).ps;${.CURDIR}/&;' -e 's;fig[0-9].eps;${.CURDIR}/&;' \ 16 ${.ALLSRC} > ${.TARGET} 17 18.include <bsd.doc.mk> 19