X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=0e404fa4e6d2762aa55b9d1a3e98b11a258c8b5b;hb=90c9c92de25922680bc4aea4bb7576d70b857300;hp=705f549fabfdf34a644571a19444c228d17180b2;hpb=206bb51cbc46d49f82fdc9dbbb5823e674c7ad07;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 705f549..0e404fa 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.34 1999/09/11 12:08:56 paulus Exp $ +# $Id: Makefile.linux,v 1.35 1999/12/23 01:23:07 paulus Exp $ # # Default installation locations @@ -29,7 +29,7 @@ endif COPTS = -O2 -pipe -Wall -g LIBS = -ifneq ($(wildcard /usr/lib/libcrypt*),) +ifneq ($(wildcard /usr/lib/libcrypt.*),) LIBS += -lcrypt endif @@ -37,7 +37,7 @@ endif # MS-CHAP authentication protocol. CHAPMS=y USE_CRYPT=y -ifneq ($(wildcard /usr/lib/libcrypt*),) +ifneq ($(wildcard /usr/lib/libcrypt.*),) HAVE_CRYPT_H=y endif