Module Name: src
Committed By: kiyohara
Date: Thu Oct 14 05:40:41 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: Makefile
Log Message:
Add -I${S}/lib/libsa and reorder.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/bebox/stand/boot/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/bebox/stand/boot/Makefile
diff -u src/sys/arch/bebox/stand/boot/Makefile:1.25 src/sys/arch/bebox/stand/boot/Makefile:1.26
--- src/sys/arch/bebox/stand/boot/Makefile:1.25 Mon May 26 16:28:39 2008
+++ src/sys/arch/bebox/stand/boot/Makefile Thu Oct 14 05:40:40 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/05/26 16:28:39 kiyohara Exp $
+# $NetBSD: Makefile,v 1.26 2010/10/14 05:40:40 kiyohara Exp $
NOMAN= # defined
@@ -29,7 +29,9 @@
CFLAGS= -Wno-main -ffreestanding
AFLAGS= -x assembler-with-cpp -traditional-cpp
-CPPFLAGS= -nostdinc -I${.OBJDIR} -I${ELF2PEF} -I${S} -I${COMMONLIBDIR}/include
+CPPFLAGS= -nostdinc
+CPPFLAGS+= -I${.OBJDIR} -I${S} -I${COMMONLIBDIR}/include -I${S}/lib/libsa
+CPPFLAGS+= -I${ELF2PEF}
CPPFLAGS+= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
CPPFLAGS+= -D_STANDALONE -DRELOC=${RELOC} -DUSE_SCAN
CPPFLAGS+= -D__daddr_t=int32_t