Deleted Added
full compact
Makefile (221032) Makefile (223483)
1# $FreeBSD: head/sys/modules/nfscl/Makefile 221032 2011-04-25 22:22:51Z rmacklem $
1# $FreeBSD: head/sys/modules/nfscl/Makefile 223483 2011-06-23 20:31:52Z uqs $
2
3.PATH: ${.CURDIR}/../../fs/nfsclient ${.CURDIR}/../../nfs
4KMOD= nfscl
5SRCS= vnode_if.h \
6 nfs_clrpcops.c \
7 nfs_clkrpc.c \
8 nfs_clstate.c \
9 nfs_clcomsubs.c \
10 nfs_clport.c \
11 nfs_clbio.c \
12 nfs_clnfsiod.c \
13 nfs_clnode.c \
14 nfs_clsubs.c \
15 nfs_clvfsops.c \
16 nfs_clvnops.c \
2
3.PATH: ${.CURDIR}/../../fs/nfsclient ${.CURDIR}/../../nfs
4KMOD= nfscl
5SRCS= vnode_if.h \
6 nfs_clrpcops.c \
7 nfs_clkrpc.c \
8 nfs_clstate.c \
9 nfs_clcomsubs.c \
10 nfs_clport.c \
11 nfs_clbio.c \
12 nfs_clnfsiod.c \
13 nfs_clnode.c \
14 nfs_clsubs.c \
15 nfs_clvfsops.c \
16 nfs_clvnops.c \
17 opt_bootp.h \
17 opt_inet.h \
18 opt_inet6.h \
18 opt_inet.h \
19 opt_inet6.h \
19 opt_bootp.h \
20 opt_nfsroot.h \
20 opt_kdtrace.h \
21 opt_kgssapi.h \
21 opt_nfs.h \
22 opt_nfs.h \
22 opt_ufs.h \
23 opt_kgssapi.h
23 opt_nfsroot.h \
24 opt_ufs.h
24
25.if !defined(KERNBUILDDIR)
26NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
27NFS_INET6?= 1 # 0/1 - requires INET6 to be configured in kernel
28NFS_ROOT?= 1 # 0/1 - requires NFS_ROOT to be configured in kernel
29
30.if ${NFS_INET} > 0
31opt_inet.h:

--- 26 unchanged lines hidden ---
25
26.if !defined(KERNBUILDDIR)
27NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
28NFS_INET6?= 1 # 0/1 - requires INET6 to be configured in kernel
29NFS_ROOT?= 1 # 0/1 - requires NFS_ROOT to be configured in kernel
30
31.if ${NFS_INET} > 0
32opt_inet.h:

--- 26 unchanged lines hidden ---