diff -urN Linux-PAM-0.72/defs/debian.defs Linux-PAM-0.72.new/defs/debian.defs --- Linux-PAM-0.72/defs/debian.defs Fri Jun 7 01:19:42 2002 +++ Linux-PAM-0.72.new/defs/debian.defs Fri Jun 7 01:18:50 2002 @@ -36,5 +36,5 @@ INCLUDED := /usr/include/security CONFIGED := /etc SCONFIGED := /etc/security -EXTRALS := -lnsl -lcrypt +EXTRALS := -lcrypt WARNINGS := -Wall diff -urN Linux-PAM-0.72/modules/pam_access/Makefile Linux-PAM-0.72.new/modules/pam_access/Makefile --- Linux-PAM-0.72/modules/pam_access/Makefile Fri Jun 7 01:19:35 2002 +++ Linux-PAM-0.72.new/modules/pam_access/Makefile Fri Jun 7 01:19:11 2002 @@ -73,7 +73,7 @@ $(LIBOBJD): $(LIBSRC) $(LIBSHARED): $(LIBOBJD) - $(LD_D) -o $@ $(LIBOBJD) $(LINKLIBS) -lpam -lnsl + $(LD_D) -o $@ $(LIBOBJD) $(LINKLIBS) -lpam endif ifdef STATIC