--- Makefile.orig	Mon Jan  8 18:05:51 2001
+++ Makefile	Tue Jan  9 03:03:10 2001
@@ -1,11 +1,12 @@
 
 CC=gcc
-CFLAG=-O2 -g -Wall -Iinclude
-LIBS= -Llib -lhz
+CFLAG+=-Iinclude -I/usr/local/include
+LIBS+=-Llib -lhz -L/usr/local/lib -lgnugetopt
 
 .PHONY: all hzlib clean install-home install
 
-all: autob5 autogb hzlib  xchat-plugins
+all: autob5 autogb hzlib
+#xchat-plugins
 
 autob5: autogb
 	rm -f autob5;ln -s autogb autob5
