diff options
Diffstat (limited to 'misc/yaunc/files/patch-Makefile')
-rw-r--r-- | misc/yaunc/files/patch-Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/misc/yaunc/files/patch-Makefile b/misc/yaunc/files/patch-Makefile deleted file mode 100644 index da8304f8299b..000000000000 --- a/misc/yaunc/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- 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 |