Deleted Added
full compact
1# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
2# $FreeBSD: head/share/doc/papers/malloc/Makefile 50476 1999-08-28 00:22:10Z peter $
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>