1# From: @(#)Makefile 1.8 (Berkeley) 6/8/93 2# $FreeBSD$ 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 13 14kernmalloc.ms: kernmalloc.t alloc.fig usage.tbl 15 (cd ${.CURDIR}; ${SOELIM} kernmalloc.t) > ${.TARGET} 16 17appendix.ms: appendix.t 18 vgrind -f < ${.CURDIR}/appendix.t > ${.TARGET} 19 20.include <bsd.doc.mk> 21