summaryrefslogtreecommitdiff
path: root/net/traceroute/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/traceroute/files/patch-Makefile')
-rw-r--r--net/traceroute/files/patch-Makefile67
1 files changed, 67 insertions, 0 deletions
diff --git a/net/traceroute/files/patch-Makefile b/net/traceroute/files/patch-Makefile
new file mode 100644
index 000000000000..4507ac71e4e0
--- /dev/null
+++ b/net/traceroute/files/patch-Makefile
@@ -0,0 +1,67 @@
+--- Makefile.old Fri Aug 28 04:40:36 1998
++++ Makefile Fri Dec 4 16:32:45 1998
+@@ -61,13 +61,13 @@
+ # were used to build the resolver library you are linking with.
+ # ----------------------------------------------------------------------
+
+-INCL = ../include
++#INCL = ../include
+ INCL =
+
+-COMPINCL = ../compat/include
++#COMPINCL = ../compat/include
+ COMPINCL =
+
+-INCLUDES = -I$(INCL) -I$(COMPINCL)
++#INCLUDES = -I$(INCL) -I$(COMPINCL)
+ INCLUDES =
+
+ # ----------------------------------------------------------------------
+@@ -79,13 +79,14 @@
+ COPTS =
+ COPTS = -O
+
+-CFLAGS = $(COPTS) $(DEFS)
++#CFLAGS = $(COPTS) $(DEFS)
+
+ # Select your favorite compiler.
+-CC = /usr/ucb/cc #if defined(solaris) && BSD
+-CC = /bin/cc -arch m68k -arch i386 #if defined(next)
+-CC = /bin/cc
+-CC = cc
++#CC = /usr/ucb/cc #if defined(solaris) && BSD
++#CC = /bin/cc -arch m68k -arch i386 #if defined(next)
++#CC = /bin/cc
++#CC = cc
++cc = ${CC}
+
+ # ----------------------------------------------------------------------
+ # Linking definitions.
+@@ -101,17 +102,17 @@
+ # With BIND 4.9.3 the getnet...() calls are in the resolver library.
+ # ----------------------------------------------------------------------
+
+-RES = -lsocket #if defined(SCO) && default
+-RES =
+-RES = ../res/libresolv.a
+-RES = -lresolv
+-
+-COMPLIB = ../compat/lib/lib44bsd.a
+-COMPLIB = -lnet
+-COMPLIB =
++#RES = -lsocket #if defined(SCO) && default
++#RES =
++#RES = ../res/libresolv.a
++#RES = -lresolv
++
++#COMPLIB = ../compat/lib/lib44bsd.a
++#COMPLIB = -lnet
++#COMPLIB =
+
+-LIBS = -lsocket -lnsl #if defined(solaris) && not BSD
+-LIBS =
++#LIBS = -lsocket -lnsl #if defined(solaris) && not BSD
++#LIBS =
+
+ LIBRARIES = $(RES) $(COMPLIB) $(LIBS)
+