summaryrefslogtreecommitdiff
path: root/nis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nis/Makefile')
-rw-r--r--nis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nis/Makefile b/nis/Makefile
index d77c6e0c8e..1f8f153ed4 100644
--- a/nis/Makefile
+++ b/nis/Makefile
@@ -34,7 +34,8 @@ databases = proto service hosts network grp pwd rpc ethers \
services := nis nisplus
endif
-extra-libs = libnsl
+# Suppress regular libnsl build in favor of the stub in google-nsl-stub.
+#extra-libs = libnsl
ifeq ($(build-obsolete-nsl),yes)
extra-libs += $(services:%=libnss_%)
endif