]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/nfsd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / nfsd / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../fs/nfsserver ${.CURDIR}/../../nfs
4 KMOD=   nfsd
5 SRCS=   vnode_if.h \
6         nfs_fha.c \
7         nfs_fha_new.c \
8         nfs_nfsdserv.c \
9         nfs_nfsdcache.c \
10         nfs_nfsdkrpc.c \
11         nfs_nfsdsocket.c \
12         nfs_nfsdstate.c \
13         nfs_nfsdsubs.c \
14         nfs_nfsdport.c \
15         opt_ufs.h \
16         opt_nfs.h \
17         opt_inet6.h \
18         opt_kgssapi.h
19
20 .include <bsd.kmod.mk>