]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
fix silly syntax error
[ppp.git] / pppd / Makefile.linux
index 44f75e7339849c7e8b5787f9a3af9a7201e46e6c..ac7bebb2aea18f3afbedf4fe9b462b7f638e7e1d 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.54 2002/11/02 19:48:12 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
@@ -72,7 +73,7 @@ PLUGIN=y
 #CBCP=y
 
 # Enable EAP SRP-SHA1 authentication (requires libsrp)
-USE_SRP=y
+#USE_SRP=y
 
 MAXOCTETS=y