1VOLUME= psd/01.cacm 2SRCS= stubs p.mac p1 p2 p3 p4 p5 p6 3EXTRA= ref.bib 4MACROS= -ms 5USE_REFER= 6USE_TBL= 7CLEANFILES= stubs 8 9stubs: 10 @(echo .R1; echo database ${.CURDIR}/ref.bib; \ 11 echo accumulate; echo .R2) > ${.TARGET} 12 13.include <bsd.doc.mk> 14