freebsd-dev/share/doc/papers/kernmalloc/Makefile

21 lines
434 B
Makefile
Raw Normal View History

# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
VOLUME= papers
DOC= kernmalloc
SRCS= kernmalloc.ms appendix.ms
SRCDIR= ${.OBJDIR} # ack!
1994-05-30 19:09:18 +00:00
MACROS= -ms
USE_TBL= yes
USE_PIC= yes
USE_EQN= yes
CLEANFILES+= kernmalloc.ms appendix.ms
1994-05-30 19:09:18 +00: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 19:09:18 +00:00
.include <bsd.doc.mk>