diff options
Diffstat (limited to 'share/doc/papers/malloc/Makefile')
-rw-r--r-- | share/doc/papers/malloc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/doc/papers/malloc/Makefile b/share/doc/papers/malloc/Makefile new file mode 100644 index 000000000000..755264466aa3 --- /dev/null +++ b/share/doc/papers/malloc/Makefile @@ -0,0 +1,7 @@ +VOLUME= papers +DOC= malloc +SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \ + performance.ms implementation.ms conclusion.ms +MACROS= -ms + +.include <bsd.doc.mk> |