Use DHCP, not BOOTP. At least with dhcpd, the root path gets dropped due to
lack of space in the reply when using BOOTP.
This commit is contained in:
parent
1e0aa36da8
commit
26d692df9e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2000/02/07 16:27:00 tsubai Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2000/04/29 22:18:31 mycroft Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
|
||||
|
@ -9,7 +9,7 @@ XCOFFXTRA= Xcoffxtra.c
|
|||
XCOFFXTRAOBJ= Xcoffxtra.o
|
||||
CFLAGS+= -msoft-float
|
||||
#CFLAGS+= -DDEBUG -DNETIF_DEBUG
|
||||
CPPFLAGS+= -D_STANDALONE
|
||||
CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP
|
||||
|
||||
.PATH: ${S}/arch/powerpc/powerpc
|
||||
SRCS+= ofwmagic.S
|
||||
|
|
Loading…
Reference in New Issue