aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfscl/Makefile
blob: 7b95932c364d1d56178816ac84a2fa5a9e29103c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $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_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>