From 2faa42daa886cc176dfc10fef2308c9191a6ec7f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 10 Oct 2017 14:09:02 +0200 Subject: nscd: remove reference to libnsl This removes the dependency on libnsl from nscd. It only used __nis_hash, build its own copy under the name __nscd_hash. --- nis/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'nis') diff --git a/nis/Makefile b/nis/Makefile index 023916f446..e602b09e37 100644 --- a/nis/Makefile +++ b/nis/Makefile @@ -22,8 +22,6 @@ subdir := nis include ../Makeconfig -aux := nis_hash - ifeq ($(build-obsolete-nsl),yes) headers := $(wildcard rpcsvc/*.[hx]) -- cgit 1.4.1