diff options
Diffstat (limited to 'sys/modules/nfsclient/Makefile')
-rw-r--r-- | sys/modules/nfsclient/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index aaa6a04..a015f34 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -10,20 +10,8 @@ SRCS= vnode_if.h \ SRCS+= opt_inet6.h opt_kgssapi.h .if !defined(KERNBUILDDIR) -NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel -NFS_INET6?= 1 # 0/1 - requires INET6 to be configured in kernel NFS_ROOT?= 1 # 0/1 - requires NFS_ROOT to be configured in kernel -.if ${NFS_INET} > 0 -opt_inet.h: - echo "#define INET 1" > ${.TARGET} -.endif - -.if ${NFS_INET6} > 0 -opt_inet6.h: - echo "#define INET6 1" > ${.TARGET} -.endif - .if ${NFS_ROOT} > 0 opt_nfsroot.h: echo "#define NFS_ROOT 1" > ${.TARGET} |