#
# Revision of 4.3BSD makefile, project athena, 9/28/87
#
#
# colcrt function from original release
#
#
FMTR1= psroff -t
FMTR2= nroff
FILES=	abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \
	conclusions.ms appendix.ms

PS:	${FILES}
	tbl ${FILES} | ${FMTR1} -ms > diskperf.PS

screen:	${FILES}
	tbl ${FILES} | nroff -ms | colcrt > diskperf.text
