1VOLUME= psd/02.implement 2SRCS= stubs implement 3EXTRA= ref.bib 4MACROS= -ms 5USE_PIC= 6USE_REFER= 7USE_SOELIM= 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