sysvbfs module
This commit is contained in:
parent
6ddc756654
commit
b235dbfce2
@ -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
|
||||
|
10
sys/modules/sysvbfs/Makefile
Normal file
10
sys/modules/sysvbfs/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user