#
#	89:06:02 for SCO 286 Xenix by Earl H. Kinmonth
#	
#	executable name convention (.x) for Bibliofile
#
make -f Makefile \
	CC=/bin/cc \
 	"SYSVOBJ= getwd.o rename.o scandir.o utimes.o" \
	"PROG= .x" \
	"CFLAGS= -DSYSV=1 -O -i -Ml" \
	"LFLAGS= -Ml -F 4000 -lx"
