X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=ac7bebb2aea18f3afbedf4fe9b462b7f638e7e1d;hb=82673251b4b9b6108d84f2973ea2bd66d5ba5895;hp=d6cd4881db4b033b890af81d82a6b0ef3650df1f;hpb=d4777d66024a8c343ad420f1d45ed2cbaa7468bc;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index d6cd488..ac7bebb 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.55 2002/11/05 11:52:07 carlsonj Exp $ +# $Id: Makefile.linux,v 1.56 2003/01/13 08:17:04 fcusack Exp $ # # Default installation locations @@ -37,7 +37,8 @@ LIBS = # MS-CHAP authentication protocol. Also, edit plugins/radius/Makefile.linux. CHAPMS=y USE_CRYPT=y -MSLANMAN=y +# Don't use MSLANMAN unless you really know what you're doing. +#MSLANMAN=y # Uncomment the next line to include support for MPPE. CHAPMS (above) must # also be enabled. Also, edit plugins/radius/Makefile.linux. MPPE=y