X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.linux;h=1bf7b1a85751b9e3b984a5329bb418f469f3e578;hp=9ef8654158738353e954cc6db02867eec76f4093;hb=262600f5df1461ecbd29ef3a2579e477bb397769;hpb=e7cf24822859f6352faedab9f931b647faf61875 diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 9ef8654..1bf7b1a 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.20 1997/04/30 05:48:39 paulus Exp $ +# $Id: Makefile.linux,v 1.23 1998/02/04 01:39:24 paulus Exp $ # # Default installation locations @@ -27,13 +27,18 @@ endif # CC = gcc # COPTS = -O2 # -g -VER = 2.3.0 +VER = 2.3.3 LIBS = ifneq ($(wildcard /usr/lib/libcrypt*),) LIBS += -lcrypt endif +# Uncomment the next 2 lines to include support for Microsoft's +# MS-CHAP authentication protocol. +#CHAPMS=y +#USE_CRYPT=y + # The INCLUDE_DIRS must include the standard headers before the local # ones. If you just had -I.. then the order would be reversed. So, use # the default location for include files first before the .. location. @@ -59,7 +64,7 @@ endif ifdef HAS_SHADOW CFLAGS += -DHAS_SHADOW -LIBS := -lshadow -lcrypt $(LIBS) +LIBS := -lshadow $(LIBS) endif # For "Pluggable Authentication Modules", see ftp.redhat.com:/pub/pam/.