xref: /netbsd/share/doc/smm/05.fastfs/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.5 2003/07/10 10:34:32 lukem Exp $
2#
3#	@(#)Makefile	8.1 (Berkeley) 6/8/93
4
5DIR=	smm/05.fastfs
6SRCS=	0.t 1.t 2.t 3.t 4.t 5.t 6.t
7MACROS=	-ms
8
9paper.ps: ${SRCS}
10	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TOOL_TBL} | ${TOOL_EQN} | \
11	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
12
13.include <bsd.doc.mk>
14