NetBSD/lib/librumpvfs/Makefile
pooka e10fef6cd2 Split vfs out of rumpkern into rumpvfs. Non-fs rumps no longer
include the file system code.  File system rumps explicitly need
to include rumpvfs from now on.
2008-11-19 14:10:48 +00:00

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"