diff options
Diffstat (limited to 'share/doc/papers/bufbio/Makefile')
-rw-r--r-- | share/doc/papers/bufbio/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/doc/papers/bufbio/Makefile b/share/doc/papers/bufbio/Makefile new file mode 100644 index 000000000000..a486124fac51 --- /dev/null +++ b/share/doc/papers/bufbio/Makefile @@ -0,0 +1,12 @@ +VOLUME= papers +DOC= bio +SRCS= bio.ms-patched +EXTRA= bufsize.eps +MACROS= -ms +USE_PIC= +CLEANFILES= bio.ms-patched + +bio.ms-patched: bio.ms + sed "s;bufsize\.eps;${.CURDIR}/&;" ${.ALLSRC} > ${.TARGET} + +.include <bsd.doc.mk> |