--- Makefile.orig	Thu May  8 17:25:31 2003
+++ Makefile	Fri Oct 12 15:31:56 2007
@@ -1,7 +1,7 @@
 # Compiler, flags, etc...
-CC = cc
+#CC = cc
 #CFLAGS = -Wall -g -DDEBUG2 -DDEBUG1
-CFLAGS=-Wall -O2
+#CFLAGS=-Wall -O2
 LDFLAGS=-ll
 
 # program variables
@@ -13,7 +13,7 @@
 
 # platform dependant stuff has the appropriate suffix :)
 OBJ1 = read_conf.o usage.o unp_error.o encode.o unp_sock_wrappers.o \
-		 unp_inet_pton.o unp_inet_ntop.o unp_wraplib.o send_data.o \
+		 unp_inet_pton.o send_data.o \
 		 resolv.o daemon_init.o sigfuncs.o inlines.o main.o
 OBJ_LIN = $(OBJ1) get_ut_linux.o
 OBJ_SUN = $(OBJ1) get_ut_proc.o