--- makefile.orig	2010-02-16 01:48:30.000000000 +0000
+++ makefile	2010-11-07 15:05:52.000000000 +0000
@@ -22,18 +22,11 @@
 # THIS SOFTWARE.
 # ****************************************************************/
 
-CFLAGS = -g
-CFLAGS = -O2
-CFLAGS =
-
-CC = gcc -Wall -g
-CC = cc
-CC = gcc -Wall -g -Wwrite-strings
-CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
-CC = gcc -O4
+CFLAGS ?= -O2
 
-YACC = bison -y
-YACC = yacc
+CC ?= cc
+
+YACC ?= yacc
 YFLAGS = -d
 
 OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o
