mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 05:59:13 -04:00
8 lines
201 B
Makefile
8 lines
201 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 2015/08/24 23:01:58 pooka Exp $
|
|
#
|
|
|
|
RUMPTOP= ${.CURDIR}/../../..
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev
|
|
|
|
.include "${RUMPTOP}/Makefile.rump"
|