blob: 8ce7c780d20a3ee17674a00aec768e32f84ab1d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
# $FreeBSD: src/share/doc/papers/kernmalloc/Makefile,v 1.7.20.1 2009/04/15 03:14:26 kensmith Exp $
VOLUME= papers
DOC= kernmalloc
SRCS= kernmalloc.t appendix.ms
EXTRA= alloc.fig usage.tbl
MACROS= -ms
USE_EQN=
USE_PIC=
USE_SOELIM=
USE_TBL=
CLEANFILES= appendix.ms
appendix.ms: appendix.t
${GRIND} < ${.ALLSRC} > ${.TARGET}
.include <bsd.doc.mk>
|