diff options
Diffstat (limited to 'share/doc/papers/kernmalloc/Makefile')
-rw-r--r-- | share/doc/papers/kernmalloc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/doc/papers/kernmalloc/Makefile b/share/doc/papers/kernmalloc/Makefile new file mode 100644 index 000000000000..f353016251b5 --- /dev/null +++ b/share/doc/papers/kernmalloc/Makefile @@ -0,0 +1,11 @@ +VOLUME= papers +DOC= kernmalloc +SRCS= kernmalloc.t appendix.ms +EXTRA= alloc.fig usage.tbl +MACROS= -ms +USE_EQN= +USE_PIC= +USE_SOELIM= +USE_TBL= + +.include <bsd.doc.mk> |