e10fef6cd2
include the file system code. File system rumps explicitly need to include rumpvfs from now on.
9 lines
196 B
Makefile
9 lines
196 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/11/19 14:10:48 pooka Exp $
|
|
#
|
|
|
|
RUMPTOP= ${.CURDIR}/../../sys/rump
|
|
|
|
LIBDPLIBS+= rump ${.CURDIR}/../librump
|
|
|
|
.include "${RUMPTOP}/librump/rumpvfs/Makefile.rumpvfs"
|