NetBSD/sys/rump/librump/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

7 lines
129 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/11/19 14:10:49 pooka Exp $
#
SUBDIR= rumpkern rumpnet rumpuser rumpvfs
.include <bsd.subdir.mk>