diff options
Diffstat (limited to 'share/doc/psd/01.cacm/Makefile')
-rw-r--r-- | share/doc/psd/01.cacm/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/doc/psd/01.cacm/Makefile b/share/doc/psd/01.cacm/Makefile new file mode 100644 index 000000000000..14a2f703e5b9 --- /dev/null +++ b/share/doc/psd/01.cacm/Makefile @@ -0,0 +1,16 @@ +# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $FreeBSD$ + +VOLUME= psd/01.cacm +SRCS= stubs p.mac p1 p2 p3 p4 p5 p6 +EXTRA= ref.bib +MACROS= -ms +USE_REFER= +USE_TBL= +CLEANFILES= stubs + +stubs: + @(echo .R1; echo database ${.CURDIR}/ref.bib; \ + echo accumulate; echo .R2) > ${.TARGET} + +.include <bsd.doc.mk> |