blob: 317b14d3fbd491fb79498902621b4742cb9a0752 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.PATH: ${SRCTOP}/sys/fs/nfs
KMOD= nfscommon
SRCS= vnode_if.h \
nfs_commonacl.c \
nfs_commonkrpc.c \
nfs_commonport.c \
nfs_commonsubs.c \
opt_inet.h \
opt_inet6.h \
opt_kern_tls.h \
opt_kgssapi.h \
opt_nfs.h \
opt_ufs.h
EXPORT_SYMS= YES
.include <bsd.kmod.mk>
|