summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfscl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/nfscl/Makefile')
-rw-r--r--sys/modules/nfscl/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys/modules/nfscl/Makefile b/sys/modules/nfscl/Makefile
new file mode 100644
index 0000000..66d5d93
--- /dev/null
+++ b/sys/modules/nfscl/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../fs/nfsclient
+KMOD= nfscl
+SRCS= vnode_if.h \
+ nfs_clrpcops.c \
+ nfs_clkrpc.c \
+ nfs_clstate.c \
+ nfs_clcomsubs.c \
+ nfs_clport.c \
+ nfs_clbio.c \
+ nfs_cllock.c \
+ nfs_clnfsiod.c \
+ nfs_clnode.c \
+ nfs_clsubs.c \
+ nfs_clvfsops.c \
+ nfs_clvnops.c \
+ opt_inet.h \
+ opt_inet6.h \
+ opt_bootp.h \
+ opt_nfsroot.h \
+ opt_nfs.h \
+ opt_ufs.h \
+ opt_kgssapi.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud