sysvbfs module

This commit is contained in:
pooka 2009-01-05 15:36:51 +00:00
parent 6ddc756654
commit b235dbfce2
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2008/12/31 21:22:02 agc Exp $
# $NetBSD: Makefile,v 1.24 2009/01/05 15:36:51 pooka Exp $
# For all platforms
@ -40,6 +40,7 @@ SUBDIR+= puffs
SUBDIR+= putter
SUBDIR+= miniroot
SUBDIR+= smbfs
SUBDIR+= sysvbfs
SUBDIR+= tmpfs
SUBDIR+= udf
SUBDIR+= umap

View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile,v 1.1 2009/01/05 15:36:51 pooka Exp $
.include "../Makefile.inc"
.PATH: ${S}/fs/sysvbfs
KMOD= sysvbfs
SRCS= bfs.c bfs_sysvbfs.c sysvbfs.c sysvbfs_vnops.c sysvbfs_vfsops.c
.include <bsd.kmodule.mk>