1 2VOLUME= psd/02.implement 3SRCS= stubs implement 4EXTRA= ref.bib 5MACROS= -ms 6USE_PIC= 7USE_REFER= 8USE_SOELIM= 9CLEANFILES= stubs 10 11stubs: 12 @(echo .R1; echo database ${.CURDIR}/ref.bib; \ 13 echo accumulate; echo .R2) > ${.TARGET} 14 15.include <bsd.doc.mk> 16