]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/nfscommon/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / nfscommon / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../fs/nfs 
4 KMOD=   nfscommon
5 SRCS=   vnode_if.h \
6         nfs_commonacl.c \
7         nfs_commonkrpc.c \
8         nfs_commonport.c \
9         nfs_commonsubs.c \
10         opt_inet6.h \
11         opt_kdtrace.h \
12         opt_kgssapi.h \
13         opt_nfs.h \
14         opt_ufs.h
15
16 .include <bsd.kmod.mk>