aboutsummaryrefslogtreecommitdiff
path: root/share/doc/papers/bufbio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/papers/bufbio/Makefile')
-rw-r--r--share/doc/papers/bufbio/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/doc/papers/bufbio/Makefile b/share/doc/papers/bufbio/Makefile
new file mode 100644
index 000000000000..9bdd4874fb20
--- /dev/null
+++ b/share/doc/papers/bufbio/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+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>