a316b26e50
test the -me stuff, so it's still disabled for now.
12 lines
229 B
Makefile
12 lines
229 B
Makefile
# From: @(#)Makefile 6.3 (Berkeley) 6/8/93
|
|
# $Id$
|
|
|
|
VOLUME= papers
|
|
DOC= diskperf
|
|
SRCS= abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \
|
|
conclusions.ms appendix.ms
|
|
MACROS= -ms
|
|
USE_TBL= yes
|
|
|
|
.include <bsd.doc.mk>
|