Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/pxeboot fix tyop in default flag definition
details: https://anonhg.NetBSD.org/src/rev/3e8e97906b28
branches: trunk
changeset: 750869:3e8e97906b28
user: drochner <drochner%NetBSD.org@localhost>
date: Sun Jan 17 17:02:47 2010 +0000
description:
fix tyop in default flag definition
diffstat:
sys/arch/i386/stand/pxeboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 196a54961c2a -r 3e8e97906b28 sys/arch/i386/stand/pxeboot/Makefile
--- a/sys/arch/i386/stand/pxeboot/Makefile Sun Jan 17 16:47:17 2010 +0000
+++ b/sys/arch/i386/stand/pxeboot/Makefile Sun Jan 17 17:02:47 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2010/01/17 14:54:44 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2010/01/17 17:02:47 drochner Exp $
S= ${.CURDIR}/../../../..
@@ -65,7 +65,7 @@
# modules and boot.cfg need special DHCP server setup, disable
# per default for compatibility with existing setups
-CPPFLAGS+= -DBOOTPARAM_DEFFLAGS=0xc0
+CPPFLAGS+= -DBOOTPARAM_DEFFLAGS=0x0c
#CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main
Home |
Main Index |
Thread Index |
Old Index