No empty .Rs/.Re
[netbsd-mini2440.git] / share / doc / smm / 05.fastfs / Makefile
blobb3e33d4b9402dca3298b6924d7757ffce16aea60
1 # $NetBSD: Makefile,v 1.4 2002/06/02 17:40:47 pooka Exp $
3 # @(#)Makefile 8.1 (Berkeley) 6/8/93
5 DIR= smm/05.fastfs
6 SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t
7 MACROS= -ms
9 paper.ps: ${SRCS}
10 ${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TOOL_TBL} | ${TOOL_EQN} | \
11 ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
13 .include <bsd.doc.mk>