Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/floppies make this work again (don't specify ex...



details:   https://anonhg.NetBSD.org/src/rev/798865b8b22b
branches:  trunk
changeset: 510301:798865b8b22b
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 26 16:01:03 2001 +0000

description:
make this work again (don't specify explicitly object files in x_dhclient)

diffstat:

 distrib/i386/floppies/ramdisk-big/ramdiskbin.conf   |  4 +---
 distrib/i386/floppies/ramdisk-small/ramdiskbin.conf |  3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r f03c49ee6c0f -r 798865b8b22b distrib/i386/floppies/ramdisk-big/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk-big/ramdiskbin.conf Sat May 26 15:58:26 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-big/ramdiskbin.conf Sat May 26 16:01:03 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.5 2001/04/08 04:23:43 atatat Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.6 2001/05/26 16:01:03 christos Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -27,9 +27,7 @@
 special sh srcdir distrib/utils/x_sh
 special ping srcdir distrib/utils/x_ping
 special ping6 srcdir distrib/utils/x_ping6
-#special test srcdir distrib/utils/x_test
 special dhclient srcdir distrib/utils/x_dhclient
-special dhclient objs alloc.OM.o clparse.o dns.o hash.OM.o options.o socket.o dispatch.OM.o conflex.o dst_api.o hmac_link.o packet.o array.o mrtrace.o ctrace.o trace.o dst_support.o support.OM.o 
connection.o errwarn.o inet.o parse.o alloc.o convert.o ethernet.o listener.o prandom.o tree.o base64.o dhclient.o execute.o memory.o print.o bpf.o discover.o generic.o message.o protocol.o buffer.o 
dispatch.o handle.o comapi.o result.o fddi.o auth.o tables.o
 
 # "special" gzip is actually larger assuming nothing else uses -lz..
 #special gzip srcdir distrib/utils/x_gzip
diff -r f03c49ee6c0f -r 798865b8b22b distrib/i386/floppies/ramdisk-small/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk-small/ramdiskbin.conf       Sat May 26 15:58:26 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-small/ramdiskbin.conf       Sat May 26 16:01:03 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.5 2001/04/29 00:24:39 fvdl Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.6 2001/05/26 16:01:03 christos Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -26,7 +26,6 @@
 special sh srcdir distrib/utils/x_sh
 special ping srcdir distrib/utils/x_ping
 # special dhclient srcdir distrib/utils/x_dhclient
-# special dhclient objs OMalloc.o clparse.o dns.o hash.o options.o socket.o OMdispatch.o conflex.o dst_api.o hmac_link.o packet.o support.o OMsupport.o connection.o errwarn.o inet.o parse.o tables.o 
alloc.o convert.o ethernet.o listener.o prandom.o tree.o base64.o dhclient.o execute.o memory.o print.o bpf.o discover.o generic.o message.o protocol.o buffer.o dispatch.o handle.o comapi.o result.o 
fddi.o
 
 # "special" gzip is actually larger assuming nothing else uses -lz..
 #special gzip srcdir distrib/utils/x_gzip



Home | Main Index | Thread Index | Old Index