Deleted Added
full compact
Makefile (106143) Makefile (136910)
1# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
1# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
2# $FreeBSD: head/share/doc/papers/kernmalloc/Makefile 106143 2002-10-29 14:56:09Z ru $
2# $FreeBSD: head/share/doc/papers/kernmalloc/Makefile 136910 2004-10-24 15:33:08Z ru $
3
4VOLUME= papers
5DOC= kernmalloc
6SRCS= kernmalloc.t appendix.ms
7EXTRA= alloc.fig usage.tbl
8MACROS= -ms
3
4VOLUME= papers
5DOC= kernmalloc
6SRCS= kernmalloc.t appendix.ms
7EXTRA= alloc.fig usage.tbl
8MACROS= -ms
9USE_EQN= YES
10USE_PIC= YES
11USE_SOELIM= YES
12USE_TBL= YES
9USE_EQN=
10USE_PIC=
11USE_SOELIM=
12USE_TBL=
13CLEANFILES= appendix.ms
14
15appendix.ms: appendix.t
16 ${GRIND} < ${.ALLSRC} > ${.TARGET}
17
18.include <bsd.doc.mk>
13CLEANFILES= appendix.ms
14
15appendix.ms: appendix.t
16 ${GRIND} < ${.ALLSRC} > ${.TARGET}
17
18.include <bsd.doc.mk>