blob: 50116c70c0498ea36e655a39b509ec19ad4961d5 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile.inc,v 1.3 2010/03/01 13:12:19 pooka Exp $
#
RUMPTOP= ${.CURDIR}/../../..
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev \
-I${RUMPTOP}/librump/rumpdev/opt
.include "${RUMPTOP}/Makefile.rump"
|