freebsd-dev/share/doc/papers/malloc/Makefile
1996-04-13 08:30:21 +00:00

14 lines
305 B
Makefile

# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
# $Id: Makefile,v 1.2 1995/01/11 04:10:01 wollman Exp $
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>