diff options
Diffstat (limited to 'share/doc/papers/malloc/Makefile')
-rw-r--r-- | share/doc/papers/malloc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/doc/papers/malloc/Makefile b/share/doc/papers/malloc/Makefile new file mode 100644 index 000000000000..00e1e3d87a3e --- /dev/null +++ b/share/doc/papers/malloc/Makefile @@ -0,0 +1,10 @@ +# From: @(#)Makefile 6.3 (Berkeley) 6/8/93 +# $FreeBSD$ + +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> |