Create NFS LKM.
This commit is contained in:
parent
0d1ae0c78a
commit
86d857a235
@ -1,6 +1,6 @@
|
||||
# $Id: Makefile,v 1.1 1994/09/16 20:24:26 wollman Exp $
|
||||
# $Id: Makefile,v 1.2 1994/09/21 23:26:55 wollman Exp $
|
||||
|
||||
SUBDIR= cd9660 fdesc ip_mroute_mod kernfs mfs msdos nullfs portal \
|
||||
SUBDIR= cd9660 fdesc ip_mroute_mod kernfs mfs msdos nfs nullfs portal \
|
||||
procfs umapfs union
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
11
lkm/nfs/Makefile
Normal file
11
lkm/nfs/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/nfs
|
||||
KMOD= nfs_mod
|
||||
SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
|
||||
nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c
|
||||
NOMAN=
|
||||
VFS_LKM=
|
||||
CFLAGS+= -DNFS -DINET
|
||||
|
||||
.include <bsd.kmod.mk>
|
@ -1,6 +1,6 @@
|
||||
# $Id: Makefile,v 1.1 1994/09/16 20:24:26 wollman Exp $
|
||||
# $Id: Makefile,v 1.2 1994/09/21 23:26:55 wollman Exp $
|
||||
|
||||
SUBDIR= cd9660 fdesc ip_mroute_mod kernfs mfs msdos nullfs portal \
|
||||
SUBDIR= cd9660 fdesc ip_mroute_mod kernfs mfs msdos nfs nullfs portal \
|
||||
procfs umapfs union
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
11
sys/modules/nfs/Makefile
Normal file
11
sys/modules/nfs/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/nfs
|
||||
KMOD= nfs_mod
|
||||
SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
|
||||
nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c
|
||||
NOMAN=
|
||||
VFS_LKM=
|
||||
CFLAGS+= -DNFS -DINET
|
||||
|
||||
.include <bsd.kmod.mk>
|
11
sys/modules/nfsclient/Makefile
Normal file
11
sys/modules/nfsclient/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/nfs
|
||||
KMOD= nfs_mod
|
||||
SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
|
||||
nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c
|
||||
NOMAN=
|
||||
VFS_LKM=
|
||||
CFLAGS+= -DNFS -DINET
|
||||
|
||||
.include <bsd.kmod.mk>
|
11
sys/modules/nfsserver/Makefile
Normal file
11
sys/modules/nfsserver/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/nfs
|
||||
KMOD= nfs_mod
|
||||
SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
|
||||
nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c
|
||||
NOMAN=
|
||||
VFS_LKM=
|
||||
CFLAGS+= -DNFS -DINET
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user