Deleted Added
full compact
Makefile (50476) Makefile (106146)
1# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
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 $
2# $FreeBSD: head/share/doc/papers/malloc/Makefile 106146 2002-10-29 15:01:59Z ru $
3
4VOLUME= papers
5DOC= malloc
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
6SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \
7 performance.ms implementation.ms conclusion.ms
8MACROS= -ms
9
8MACROS= -ms
9
10edit:
11 vi ${SRCS}
12
13.include <bsd.doc.mk>
10.include <bsd.doc.mk>