fix problems building a distribution on i386
re. PR's 11023, 10991, 10978 (others ?)
This commit is contained in:
parent
513cc0ca27
commit
8c0d804feb
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ramdiskbin.conf,v 1.25 2000/06/18 23:57:32 cyber Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.26 2000/09/18 11:56:09 darrenr Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
#
|
||||
|
@ -28,7 +28,7 @@ special sh srcdir distrib/utils/x_sh
|
|||
special ping srcdir distrib/utils/x_ping
|
||||
special ping6 srcdir distrib/utils/x_ping6
|
||||
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 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 auth.o
|
||||
|
||||
# "special" gzip is actually larger assuming nothing else uses -lz..
|
||||
#special gzip srcdir distrib/utils/x_gzip
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Src-omapip,v 1.1 2000/05/12 20:53:22 thorpej Exp $
|
||||
# $NetBSD: Src-omapip,v 1.2 2000/09/18 11:56:10 darrenr Exp $
|
||||
|
||||
OMSRCS= protocol.c buffer.c OMalloc.c result.c connection.c errwarn.c \
|
||||
OMSRCS= auth.c protocol.c buffer.c OMalloc.c result.c connection.c errwarn.c \
|
||||
listener.c OMdispatch.c generic.c OMsupport.c handle.c message.c
|
||||
|
|
Loading…
Reference in New Issue