xref: /netbsd/share/doc/papers/kernmalloc/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.4 2003/07/10 10:34:26 lukem Exp $
2#
3#	@(#)Makefile	1.8 (Berkeley) 6/8/93
4
5DIR=	papers/kernmalloc
6SRCS=	kernmalloc.t appendix.t
7MACROS=	-ms
8
9paper.ps: ${SRCS} alloc.fig usage.tbl
10	${TOOL_SOELIM} ${SRCS} | ${TOOL_TBL} | ${TOOL_PIC} | ${TOOL_EQN} | \
11	    ${TOOL_VGRIND} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
12
13.include <bsd.doc.mk>
14