]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/nfsd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / nfsd / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../fs/nfsserver
4 KMOD=   nfsd
5 SRCS=   vnode_if.h \
6         nfs_nfsdserv.c \
7         nfs_nfsdcache.c \
8         nfs_nfsdkrpc.c \
9         nfs_nfsdsocket.c \
10         nfs_nfsdstate.c \
11         nfs_nfsdsubs.c \
12         nfs_nfsdport.c \
13         opt_ufs.h \
14         opt_nfs.h \
15         opt_inet6.h \
16         opt_kgssapi.h
17
18 .include <bsd.kmod.mk>