aboutsummaryrefslogtreecommitdiff
path: root/share/doc/papers/kernmalloc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/papers/kernmalloc/Makefile')
-rw-r--r--share/doc/papers/kernmalloc/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/share/doc/papers/kernmalloc/Makefile b/share/doc/papers/kernmalloc/Makefile
new file mode 100644
index 000000000000..e706f0a38962
--- /dev/null
+++ b/share/doc/papers/kernmalloc/Makefile
@@ -0,0 +1,18 @@
+# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
+# $FreeBSD$
+
+VOLUME= papers
+DOC= kernmalloc
+SRCS= kernmalloc.t appendix.ms
+EXTRA= alloc.fig usage.tbl
+MACROS= -ms
+USE_EQN=
+USE_PIC=
+USE_SOELIM=
+USE_TBL=
+CLEANFILES= appendix.ms
+
+appendix.ms: appendix.t
+ ${GRIND} < ${.ALLSRC} > ${.TARGET}
+
+.include <bsd.doc.mk>