diff options
Diffstat (limited to 'share/doc/papers/malloc')
-rw-r--r-- | share/doc/papers/malloc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/doc/papers/malloc/Makefile b/share/doc/papers/malloc/Makefile index 5e2c318..00e1e3d 100644 --- a/share/doc/papers/malloc/Makefile +++ b/share/doc/papers/malloc/Makefile @@ -3,11 +3,8 @@ VOLUME= papers DOC= malloc -SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms -SRCS+= performance.ms implementation.ms conclusion.ms +SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \ + performance.ms implementation.ms conclusion.ms MACROS= -ms -edit: - vi ${SRCS} - .include <bsd.doc.mk> |