1996-08-23 09:38:53 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 1996/08/23 05:39:23 mrg Exp $
|
1996-08-23 00:18:07 +04:00
|
|
|
|
1996-08-23 09:38:53 +04:00
|
|
|
.include "../Makefile.inc"
|
|
|
|
|
|
|
|
.PATH: $S/miscfs/umapfs ${.CURDIR}/../..
|
1996-08-23 00:18:07 +04:00
|
|
|
|
|
|
|
NOMAN= yep
|
|
|
|
|
|
|
|
KMOD= umapfs
|
|
|
|
VFS_LKM= yes
|
|
|
|
|
|
|
|
#
|
|
|
|
# These are not standard names, darnit!
|
|
|
|
MODVNOPS=umapfs_vnodeop_opv_desc
|
|
|
|
MODVFSOPS=umap_vfsops
|
|
|
|
|
|
|
|
|
|
|
|
SRCS= lkminit_vfs.c
|
|
|
|
SRCS+= umap_vfsops.c umap_vnops.c umap_subr.c
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|