1 # $NetBSD: Makefile,v 1.4 2003/07/10 10:34:26 lukem Exp $ 2 # 3 # @(#)Makefile 6.3 (Berkeley) 6/8/93 4 5 DIR= papers/diskperf 6 SRCS= abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \ 7 conclusions.ms appendix.ms 8 MACROS= -ms 9 10 paper.ps: ${SRCS} 11 ${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET} 12 13 .include <bsd.doc.mk> 14