Makefile revision 15230
1#	From: @(#)Makefile	6.3 (Berkeley) 6/8/93
2#	$Id: Makefile,v 1.2 1995/01/11 04:10:01 wollman Exp $
3
4VOLUME=	papers
5DOC=	malloc
6SRCS=	abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms
7SRCS+=	performance.ms implementation.ms conclusion.ms
8MACROS=	-ms
9
10edit:
11	vi ${SRCS}
12
13.include <bsd.doc.mk>
14