Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/sparc/stand/boot Pull up revision 1.33 (requeste...
details: https://anonhg.NetBSD.org/src/rev/6c1bb440b99e
branches: netbsd-3
changeset: 576541:6c1bb440b99e
user: tron <tron%NetBSD.org@localhost>
date: Sun Jul 10 20:54:39 2005 +0000
description:
Pull up revision 1.33 (requested by christos in ticket #567):
Add SUPPORT_DHCP - otherwise bootp does not work (packet is too short for
root-path). From Christos.
diffstat:
sys/arch/sparc/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d8cb74c98834 -r 6c1bb440b99e sys/arch/sparc/stand/boot/Makefile
--- a/sys/arch/sparc/stand/boot/Makefile Sun Jul 10 15:34:26 2005 +0000
+++ b/sys/arch/sparc/stand/boot/Makefile Sun Jul 10 20:54:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2003/12/15 17:34:36 martin Exp $
+# $NetBSD: Makefile,v 1.32.14.1 2005/07/10 20:54:39 tron Exp $
STRIPFLAG=
PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \
@@ -8,7 +8,7 @@
CLEANFILES:= vers.c ${FILES}
LINKS= ${BINDIR}/boot.${RELOC_DEFAULT} ${BINDIR}/boot
-CPPFLAGS+= -DBOOT_AOUT -DBOOT_ELF32
+CPPFLAGS+= -DBOOT_AOUT -DBOOT_ELF32 -DSUPPORT_DHCP
CFLAGS+= -freestanding
INCLUDE_LIBZ= yes
Home |
Main Index |
Thread Index |
Old Index