summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfslockd
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2009-10-03 12:22:12 +0000
committernyan <nyan@FreeBSD.org>2009-10-03 12:22:12 +0000
commit8805e5482310b4ec22a054bfa7dbb9a1d50add33 (patch)
tree33857937e06c49468634184c46a67f74fa29ee68 /sys/modules/nfslockd
parent8e183cd85201b119d9db722fe1d28c9b670245d1 (diff)
downloadFreeBSD-src-8805e5482310b4ec22a054bfa7dbb9a1d50add33.zip
FreeBSD-src-8805e5482310b4ec22a054bfa7dbb9a1d50add33.tar.gz
unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENT
is not defined. Now the nfslockd module works with the nfsclient module. Reviewed by: kib MFC after: 3 days
Diffstat (limited to 'sys/modules/nfslockd')
-rw-r--r--sys/modules/nfslockd/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/modules/nfslockd/Makefile b/sys/modules/nfslockd/Makefile
index d8255aa..3373144 100644
--- a/sys/modules/nfslockd/Makefile
+++ b/sys/modules/nfslockd/Makefile
@@ -14,18 +14,12 @@ SRCS+= opt_inet6.h opt_nfs.h
.if !defined(KERNBUILDDIR)
NFS_INET6?= 1 # 0/1 - requires INET6 to be configured in kernel
-NFSCLIENT?= 1 # 0/1 - requires NFSCLIENT to be configured in kernel
.if ${NFS_INET6} > 0
opt_inet6.h:
echo "#define INET6 1" > ${.TARGET}
.endif
-.if ${NFSCLIENT} > 0
-opt_nfs.h:
- echo "#define NFSCLIENT 1" > ${.TARGET}
-.endif
-
.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud