Module Name:    src
Committed By:   drochner
Date:           Sun Jan 17 17:02:47 UTC 2010

Modified Files:
        src/sys/arch/i386/stand/pxeboot: Makefile

Log Message:
fix tyop in default flag definition


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/i386/stand/pxeboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/stand/pxeboot/Makefile
diff -u src/sys/arch/i386/stand/pxeboot/Makefile:1.19 src/sys/arch/i386/stand/pxeboot/Makefile:1.20
--- src/sys/arch/i386/stand/pxeboot/Makefile:1.19	Sun Jan 17 14:54:44 2010
+++ src/sys/arch/i386/stand/pxeboot/Makefile	Sun Jan 17 17:02:47 2010
@@ -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

Reply via email to