X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.linux;h=1bf7b1a85751b9e3b984a5329bb418f469f3e578;hp=36249a8e7b4faf8275a72e4aade013c15e6f3734;hb=262600f5df1461ecbd29ef3a2579e477bb397769;hpb=09032f7c09a5ead7d5cd14a61d17d1d495bf80f5 diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 36249a8..1bf7b1a 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.22 1997/11/27 06:07:12 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.2 +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/.