/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

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