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