mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 22:20:19 -04:00
8 lines
201 B
Makefile
8 lines
201 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2015/08/24 22:31:34 pooka Exp $
|
|
#
|
|
|
|
RUMPTOP= ${.CURDIR}/../../..
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpnet
|
|
|
|
.include "${RUMPTOP}/Makefile.rump"
|