mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 15:08:19 -04:00
9 lines
238 B
Makefile
9 lines
238 B
Makefile
# $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"
|