]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/modules/nfscommon/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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_kgssapi.h \
11         opt_ufs.h \
12         opt_inet6.h \
13         opt_nfs.h
14
15 .include <bsd.kmod.mk>