Deleted Added
sdiff udiff text old ( 50476 ) new ( 106146 )
full compact
1# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
2# $FreeBSD: head/share/doc/papers/malloc/Makefile 106146 2002-10-29 15:01:59Z ru $
3
4VOLUME= papers
5DOC= malloc
6SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \
7 performance.ms implementation.ms conclusion.ms
8MACROS= -ms
9
10.include <bsd.doc.mk>