14 lines
256 B
Makefile
14 lines
256 B
Makefile
# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
|
|
# $Id$
|
|
|
|
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>
|