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