/share/doc/psd/02.implement/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 17 lines · 12 code · 3 blank · 2 comment · 0 complexity · 0a979403012c0eca2ef8dc6b78ce9e7b MD5 · raw file
- # @(#)Makefile 8.1 (Berkeley) 6/8/93
- # $FreeBSD$
- VOLUME= psd/02.implement
- SRCS= stubs implement
- EXTRA= ref.bib
- MACROS= -ms
- USE_PIC=
- USE_REFER=
- USE_SOELIM=
- CLEANFILES= stubs
- stubs:
- @(echo .R1; echo database ${.CURDIR}/ref.bib; \
- echo accumulate; echo .R2) > ${.TARGET}
- .include <bsd.doc.mk>