--- config/FreeBSD/options.mk.orig	Wed Nov  1 01:38:00 1995
+++ config/FreeBSD/options.mk	Sat Sep 25 12:05:24 1999
@@ -5,19 +5,19 @@
 # My FreeBSD came with gcc-2.4.5 which dies in floating.c when register
 # variables are enabled. Comment out -DUSE_REGS if you use this compiler.
 
-PREFIX	= /usr/local
-PFELIB	= $(PREFIX)/lib/pfe
+PREFIX	?= /usr/local
+PFELIB	= $(PREFIX)/share/pfe
 PFEHLP	= $(PFELIB)/help
 
 SYSTEM	= FreeBSD
 
-CC	= gcc -m486 -pipe -Wall
+CC	?= gcc -m486 -pipe -Wall
 
 # comment out -DUNROLL_NEXT when you run it on a Pentium
-OPTIM	= -O2 -fomit-frame-pointer -DUSE_REGS -DUNROLL_NEXT
+#OPTIM	= -O2 -fomit-frame-pointer -DUSE_REGS -DUNROLL_NEXT
 
 # specifying -ansi -pedantic disables global register variables
-DEBUG	= -g -O -ansi -pedantic
+#DEBUG	= -g -O -ansi -pedantic
 
 CL	= $(CC)
 CPP	= $(CC) -E
