Deleted Added
full compact
Makefile (192991) Makefile (223483)
1# $FreeBSD: head/sys/modules/nfscommon/Makefile 192991 2009-05-28 19:45:11Z rmacklem $
1# $FreeBSD: head/sys/modules/nfscommon/Makefile 223483 2011-06-23 20:31:52Z uqs $
2
3.PATH: ${.CURDIR}/../../fs/nfs
4KMOD= nfscommon
5SRCS= vnode_if.h \
6 nfs_commonacl.c \
7 nfs_commonkrpc.c \
8 nfs_commonport.c \
9 nfs_commonsubs.c \
2
3.PATH: ${.CURDIR}/../../fs/nfs
4KMOD= nfscommon
5SRCS= 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 \
10 opt_inet6.h \
13 opt_nfs.h
11 opt_kdtrace.h \
12 opt_kgssapi.h \
13 opt_nfs.h \
14 opt_ufs.h
14
15.include <bsd.kmod.mk>
15
16.include <bsd.kmod.mk>