--- Makefile.orig	Mon May 25 00:26:30 1998
+++ Makefile	Fri Oct  9 21:05:01 1998
@@ -5,17 +5,15 @@
 SHELL=/bin/sh
 # GD_INCLUDE 
 # The path to the include files for the gd graphics library.
-#GD_INCLUDE=/usr/local/include/gd
-GD_INCLUDE=gd1.2
+GD_INCLUDE=${PREFIX}/include/gd
 
 # GD_LIB
 # The path to the gd graphics library: libgd.a
-#GD_LIB=/usr/local/lib
-GD_LIB=gd1.2
+GD_LIB=/usr/local/lib
 
 # Where is perl 5 on this machine
 # PERL=/usr/local/bin/perl
-PERL=/usr/local/gnu/bin/perl5
+# PERL=/usr/local/gnu/bin/perl5
 
 
 # CC
@@ -26,7 +24,7 @@
 # CFLAGS
 # Enter '-g' to include debugging info, or '-O2' to optimize
 # for gcc
-CFLAGS=-g -O -Wall
+CFLAGS+=-Wall
 
 # for sparcworks
 #CFLAGS=-g
