1996-04-13 08:30:21 +00:00
|
|
|
# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1996-04-13 08:30:21 +00:00
|
|
|
|
|
|
|
VOLUME= papers
|
|
|
|
DOC= malloc
|
|
|
|
SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms
|
|
|
|
SRCS+= performance.ms implementation.ms conclusion.ms
|
|
|
|
MACROS= -ms
|
|
|
|
|
|
|
|
edit:
|
|
|
|
vi ${SRCS}
|
|
|
|
|
|
|
|
.include <bsd.doc.mk>
|