]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/nfscl/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / nfscl / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../fs/nfsclient
4 KMOD=   nfscl
5 SRCS=   vnode_if.h \
6         nfs_clrpcops.c \
7         nfs_clkrpc.c \
8         nfs_clstate.c \
9         nfs_clcomsubs.c \
10         nfs_clport.c \
11         nfs_clbio.c \
12         nfs_cllock.c \
13         nfs_clnfsiod.c \
14         nfs_clnode.c \
15         nfs_clsubs.c \
16         nfs_clvfsops.c \
17         nfs_clvnops.c \
18         opt_inet.h \
19         opt_inet6.h \
20         opt_bootp.h \
21         opt_nfsroot.h \
22         opt_nfs.h \
23         opt_ufs.h \
24         opt_kgssapi.h
25
26 .include <bsd.kmod.mk>