1*44734Sbostic#	@(#)Makefile	6.2 (Berkeley) 06/30/90
227222Smckusick
3*44734SbosticDIR=	papers/diskperf
4*44734SbosticSRCS=	abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \
527221Smckusick	conclusions.ms appendix.ms
6*44734SbosticMACROS=	-ms
727221Smckusick
8*44734Sbosticpaper.${PRINTER}: ${SRCS}
9*44734Sbostic	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
1027221Smckusick
11*44734Sbostic.include <bsd.doc.mk>
12