don't get rid of the -D_KERNEL in KERNCPPFLAGS

This commit is contained in:
cgd 1996-04-18 02:14:48 +00:00
parent 734132ad28
commit 55afd9912f

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 1996/02/02 20:34:38 mycroft Exp $
# $NetBSD: Makefile,v 1.26 1996/04/18 02:14:48 cgd Exp $
LIB= kern
NOPIC=
@ -6,7 +6,7 @@ NOPIC=
DIR= ${KERNREL}${KERNDIR}
CPPFLAGS= -I${DIR}/arch/${MACHINE_ARCH} \
${KERNCPPFLAGS:S/-D_KERNEL//:S@-I.@-I${KERNREL}.@g}
${KERNCPPFLAGS:S@-I.@-I${KERNREL}.@g}
.if exists (${DIR}/arch/${MACHINE_ARCH}/Makefile.inc)
.PATH: ${DIR}/arch/${MACHINE_ARCH}