netbsd/sys/rump/dev/lib/Makefile.inc
2015-10-15 10:25:28 +02:00

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"