Deleted Added
full compact
2c2
< # $FreeBSD: head/share/doc/papers/kernmalloc/Makefile 50476 1999-08-28 00:22:10Z peter $
---
> # $FreeBSD: head/share/doc/papers/kernmalloc/Makefile 106143 2002-10-29 14:56:09Z ru $
4,12c4,13
< VOLUME= papers
< DOC= kernmalloc
< SRCS= kernmalloc.ms appendix.ms
< SRCDIR= ${.OBJDIR} # ack!
< MACROS= -ms
< USE_TBL= yes
< USE_PIC= yes
< USE_EQN= yes
< CLEANFILES+= kernmalloc.ms appendix.ms
---
> VOLUME= papers
> DOC= kernmalloc
> SRCS= kernmalloc.t appendix.ms
> EXTRA= alloc.fig usage.tbl
> MACROS= -ms
> USE_EQN= YES
> USE_PIC= YES
> USE_SOELIM= YES
> USE_TBL= YES
> CLEANFILES= appendix.ms
14,15c15,16
< kernmalloc.ms: kernmalloc.t alloc.fig usage.tbl
< (cd ${.CURDIR}; ${SOELIM} kernmalloc.t) > ${.TARGET}
---
> appendix.ms: appendix.t
> ${GRIND} < ${.ALLSRC} > ${.TARGET}
17,19d17
< appendix.ms: appendix.t
< vgrind -f < ${.CURDIR}/appendix.t > ${.TARGET}
<