Deleted Added
full compact
Makefile (50476) Makefile (106143)
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 50476 1999-08-28 00:22:10Z peter $
2# $FreeBSD: head/share/doc/papers/kernmalloc/Makefile 106143 2002-10-29 14:56:09Z ru $
3
3
4VOLUME= papers
5DOC= kernmalloc
6SRCS= kernmalloc.ms appendix.ms
7SRCDIR= ${.OBJDIR} # ack!
8MACROS= -ms
9USE_TBL= yes
10USE_PIC= yes
11USE_EQN= yes
12CLEANFILES+= kernmalloc.ms appendix.ms
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
13CLEANFILES= appendix.ms
13
14
14kernmalloc.ms: kernmalloc.t alloc.fig usage.tbl
15 (cd ${.CURDIR}; ${SOELIM} kernmalloc.t) > ${.TARGET}
15appendix.ms: appendix.t
16 ${GRIND} < ${.ALLSRC} > ${.TARGET}
16
17
17appendix.ms: appendix.t
18 vgrind -f < ${.CURDIR}/appendix.t > ${.TARGET}
19
20.include <bsd.doc.mk>
18.include <bsd.doc.mk>