Revert weird revivesa merge botch. (Hi Bill!)

This commit is contained in:
pooka 2008-10-15 13:57:03 +00:00
parent edfec78484
commit cf82732ba2
1 changed files with 3 additions and 14 deletions

View File

@ -1,17 +1,6 @@
# $NetBSD: Makefile.inc,v 1.11 2008/10/15 06:51:21 wrstuden Exp $
# $NetBSD: Makefile.inc,v 1.12 2008/10/15 13:57:03 pooka Exp $
#
LIBISPRIVATE= yes
NOMAN= wizd
RUMPTOP= ${.CURDIR}/../../..
WARNS?= 4
DBG= -O0 -g
CPPFLAGS+= -I${.CURDIR} -I.
.if "${RUMPKERNEL}" != "no"
CFLAGS+= -ffreestanding
CPPFLAGS:= -I${NETBSDSRCDIR}/sys/rump/include ${CPPFLAGS}
CPPFLAGS+= -D_KERNEL -I${NETBSDSRCDIR}/common/include
CPPFLAGS+= -D_RUMPKERNEL
CPPFLAGS+= -nostdinc -I${NETBSDSRCDIR}/sys
.endif
.include "${RUMPTOP}/Makefile.rump"