summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-03-30 07:25:21 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-03-30 07:25:21 +0000
commitae0a4df442c666eb5055ecb2bd61bf11fe88714a (patch)
tree3ebb5fbc5fe4b74ad3348c24e5df211adf7e1ce6 /sys/arch/luna88k
parent70f0c8435e6508f7fb891e14aee5bf3e90bbdc76 (diff)
reorder include search directories. cuts lookups by quite a bit.
ok deraadt miod
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r--sys/arch/luna88k/conf/Makefile.luna88k4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k
index f0f6d83778d..c0efdfbd0bc 100644
--- a/sys/arch/luna88k/conf/Makefile.luna88k
+++ b/sys/arch/luna88k/conf/Makefile.luna88k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.luna88k,v 1.46 2013/01/07 13:05:14 aoyama Exp $
+# $OpenBSD: Makefile.luna88k,v 1.47 2013/03/30 07:25:20 tedu Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -22,7 +22,7 @@ S!= cd ../../../..; pwd
_machdir?= $S/arch/${_mach}
_archdir?= $S/arch/${_arch}
-INCLUDES= -nostdinc -I. -I$S -I$S/arch
+INCLUDES= -nostdinc -I$S -I. -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D__${_mach}__ -MD -MP
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-main -Wno-uninitialized -Wno-format \