f190d66387
This mostly works -- see the README file in sys/lkm for more information on what does and doesn't. I'm putting this in here mainly to help speed development and such to make this useful sooner.
14 lines
213 B
Makefile
14 lines
213 B
Makefile
# $NetBSD: Makefile,v 1.1 1996/08/22 20:19:26 explorer Exp $
|
|
|
|
.PATH: /sys/ufs/mfs ${.CURDIR}/../..
|
|
|
|
NOMAN= yep
|
|
|
|
KMOD= mfs
|
|
VFS_LKM= yes
|
|
|
|
SRCS= lkminit_vfs.c
|
|
SRCS+= mfs_vfsops.c mfs_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|