--- makefile.FreeBSD.orig Fri Nov 5 15:57:30 1999 +++ makefile.FreeBSD Sun Jan 16 23:43:10 2000 @@ -36,9 +36,9 @@ # FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of # the CFLAGS macro below.) -SAOBINDIR = $(ROOT)/usr/local/bin/ -SAOMANDIR = $(ROOT)/usr/local/man/manl/ -IMTRCDIR = $(ROOT)/usr/local/lib/ +SAOBINDIR = $(ROOT)$(PREFIX)/bin/ +SAOMANDIR = $(ROOT)$(PREFIX)/man/manl/ +IMTRCDIR = $(ROOT)$(PREFIX)/lib/ IMTOOLRC = $(IMTRCDIR)imtoolrc FIFO_I = $(ROOT)/dev/imt1i @@ -76,7 +76,7 @@ # OFLAGS: compiler optimization/debug options. #OFLAGS = -g -DDEBUG -OFLAGS = -O2 -m486 -pipe +OFLAGS = -O2 -pipe # ADFLAGS: architecture-dependent floating point flags, etc.