]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
update from debian maintainer
[ppp.git] / pppd / Makefile.linux
index 705f549fabfdf34a644571a19444c228d17180b2..0e404fa4e6d2762aa55b9d1a3e98b11a258c8b5b 100644 (file)
@@ -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