Module Name: src Committed By: mbalmer Date: Fri Oct 18 08:06:06 UTC 2013
Modified Files: src/sys/conf: Makefile.kern.inc Log Message: revert previous To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/sys/conf/Makefile.kern.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/conf/Makefile.kern.inc diff -u src/sys/conf/Makefile.kern.inc:1.163 src/sys/conf/Makefile.kern.inc:1.164 --- src/sys/conf/Makefile.kern.inc:1.163 Fri Oct 18 08:03:48 2013 +++ src/sys/conf/Makefile.kern.inc Fri Oct 18 08:06:06 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kern.inc,v 1.163 2013/10/18 08:03:48 mbalmer Exp $ +# $NetBSD: Makefile.kern.inc,v 1.164 2013/10/18 08:06:06 mbalmer Exp $ # # This file contains common `MI' targets and definitions and it is included # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. @@ -56,8 +56,7 @@ S!= cd ../../../..; pwd ## CPPFLAGS, CFLAGS, and AFLAGS must be set in the port's Makefile ## INCLUDES?= -I. ${EXTRA_INCLUDES} -I${S}/../common/include -I$S/arch \ - -I$S -nostdinc -I${S}/../external/mit/lua/dist/src \ - -I${S}/modules/lua + -I$S -nostdinc CPPFLAGS+= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D_KERNEL_OPT CPPFLAGS+= -std=gnu99 DEFCOPTS?= -O2