summaryrefslogtreecommitdiff
path: root/net/traceroute/files/patch-aa
blob: 4507ac71e4e0a2bc9a405370e6615828b1edd4c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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)