632f263f0d
this thing works, and if it creates spam, oh well. Tools, not policy. :) PR: 21234 Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
16 lines
486 B
Text
16 lines
486 B
Text
--- Makefile~ Tue Oct 7 20:40:40 1997
|
|
+++ Makefile Sun Sep 10 05:07:32 2000
|
|
@@ -91,10 +91,10 @@
|
|
# With BIND 4.9.3 the getnet...() calls are in the resolver library.
|
|
# ----------------------------------------------------------------------
|
|
|
|
-RES = -lsocket #if defined(SCO) && default
|
|
+#RES = -lsocket #if defined(SCO) && default
|
|
RES =
|
|
-RES = ../res/libresolv.a
|
|
-RES = -lresolv
|
|
+#RES = ../res/libresolv.a
|
|
+#RES = -lresolv
|
|
|
|
COMPLIB = ../compat/lib/lib44bsd.a
|
|
COMPLIB = -lnet
|