opnsense-src/share/doc/papers/kernmalloc/Makefile

21 lines
429 B
Makefile
Raw Normal View History

# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
1997-02-22 08:06:56 -05:00
# $Id$
1994-05-30 15:09:18 -04:00
VOLUME= papers
DOC= kernmalloc
SRCS= kernmalloc.ms appendix.ms
SRCDIR= ${.OBJDIR} # ack!
1994-05-30 15:09:18 -04:00
MACROS= -ms
USE_TBL= yes
USE_PIC= yes
USE_EQN= yes
CLEANFILES+= kernmalloc.ms appendix.ms
1994-05-30 15:09:18 -04:00
kernmalloc.ms: kernmalloc.t alloc.fig usage.tbl
(cd ${.CURDIR}; ${SOELIM} kernmalloc.t) > ${.TARGET}
appendix.ms: appendix.t
vgrind -f < ${.CURDIR}/appendix.t > ${.TARGET}
1994-05-30 15:09:18 -04:00
.include <bsd.doc.mk>