Sync usage with man page.
[netbsd-mini2440.git] / share / doc / papers / kernmalloc / Makefile
blobd3ee4e45b765811fa9860cd4868381d23ad05094
1 # $NetBSD: Makefile,v 1.3 2002/06/02 17:40:45 pooka Exp $
3 # @(#)Makefile 1.8 (Berkeley) 6/8/93
5 DIR= papers/kernmalloc
6 SRCS= kernmalloc.t appendix.t
7 MACROS= -ms
9 paper.ps: ${SRCS} alloc.fig usage.tbl
10 ${TOOL_SOELIM} ${SRCS} | ${TOOL_TBL} | ${TOOL_PIC} | ${TOOL_EQN} | \
11 ${TOOL_VGRIND} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
13 .include <bsd.doc.mk>