support mfs

This commit is contained in:
pooka 2010-03-08 12:29:01 +00:00
parent ffc8ba1227
commit f50cf92e3a
3 changed files with 17 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile.rumpfs,v 1.16 2009/09/04 17:21:34 pooka Exp $
# $NetBSD: Makefile.rumpfs,v 1.17 2010/03/08 12:29:01 pooka Exp $
#
RUMPFSLIST= cd9660 efs ext2fs fdesc ffs hfs lfs msdos nfs nilfs ntfs
RUMPFSLIST+= smbfs syspuffs sysvbfs tmpfs udf
RUMPFSLIST+= mfs smbfs syspuffs sysvbfs tmpfs udf
.for var in ${RUMPFSLIST}
RUMPFSLIBS+=lib${var}

View File

@ -0,0 +1,11 @@
# $NetBSD: Makefile,v 1.1 2010/03/08 12:29:01 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../ufs/mfs
LIB= rumpfs_mfs
SRCS= mfs_vfsops.c mfs_vnops.c
.include <bsd.lib.mk>
.include <bsd.klinks.mk>

View File

@ -0,0 +1,4 @@
# $NetBSD: shlib_version,v 1.1 2010/03/08 12:29:01 pooka Exp $
#
major=0
minor=0