Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / doc / papers / malloc / Makefile
1 #       From: @(#)Makefile      6.3 (Berkeley) 6/8/93
2 # $FreeBSD: src/share/doc/papers/malloc/Makefile,v 1.4 1999/08/28 00:18:08 peter Exp $
3
4 VOLUME= papers
5 DOC=    malloc
6 SRCS=   abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms
7 SRCS+=  performance.ms implementation.ms conclusion.ms
8 MACROS= -ms
9
10 edit:
11         vi ${SRCS}
12
13 .include <bsd.doc.mk>