]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/doc/papers/kernmalloc/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / doc / papers / kernmalloc / Makefile
1 #       From: @(#)Makefile      1.8 (Berkeley) 6/8/93
2 # $FreeBSD$
3
4 VOLUME=         papers
5 DOC=            kernmalloc
6 SRCS=           kernmalloc.t appendix.ms
7 EXTRA=          alloc.fig usage.tbl
8 MACROS=         -ms
9 USE_EQN=
10 USE_PIC=
11 USE_SOELIM=
12 USE_TBL=
13 CLEANFILES=     appendix.ms
14
15 appendix.ms: appendix.t
16         ${GRIND} < ${.ALLSRC} > ${.TARGET}
17
18 .include <bsd.doc.mk>