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/ofwboot Pull up revision 1.14 (reque...



details:   https://anonhg.NetBSD.org/src/rev/25e1fd4226db
branches:  netbsd-3
changeset: 576542:25e1fd4226db
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Jul 10 20:54:59 2005 +0000

description:
Pull up revision 1.14 (requested by christos in ticket #567):
Turn on dhcp support.

diffstat:

 sys/arch/sparc/stand/ofwboot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6c1bb440b99e -r 25e1fd4226db sys/arch/sparc/stand/ofwboot/Makefile
--- a/sys/arch/sparc/stand/ofwboot/Makefile     Sun Jul 10 20:54:39 2005 +0000
+++ b/sys/arch/sparc/stand/ofwboot/Makefile     Sun Jul 10 20:54:59 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2004/07/28 01:05:35 simonb Exp $
+#      $NetBSD: Makefile,v 1.13.10.1 2005/07/10 20:54:59 tron Exp $
 
 CURDIR=        ${.CURDIR}
 S=     ${CURDIR}/../../../..
@@ -25,6 +25,7 @@
 CPPFLAGS+=     -D_STANDALONE -DSUN4U
 CPPFLAGS+=     -DBOOT_ELF32 -DBOOT_ELF64
 CPPFLAGS+=     -DNETBOOT
+CPPFLAGS+=     -DSUPPORT_DHCP
 #CPPFLAGS+=    -DNETIF_DEBUG 
 
 LINKS+=                ${BINDIR}/ofwboot ${BINDIR}/ofwboot.net



Home | Main Index | Thread Index | Old Index