2013-04-06 16:48:33 +02:00

14 lines
356 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/07/10 10:34:26 lukem Exp $
#
# @(#)Makefile 1.8 (Berkeley) 6/8/93
DIR= papers/kernmalloc
SRCS= kernmalloc.t appendix.t
MACROS= -ms
paper.ps: ${SRCS} alloc.fig usage.tbl
${TOOL_SOELIM} ${SRCS} | ${TOOL_TBL} | ${TOOL_PIC} | ${TOOL_EQN} | \
${TOOL_VGRIND} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
.include <bsd.doc.mk>