]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
Patch from Frank Cusack to make RADIUS plugin support MS-CHAP authentication.
[ppp.git] / pppd / Makefile.linux
index 5f2de1f8accd8cdcd1fb7bee523da2406d6641a4..d16a71ef747a6a5982570c5f722d8dd28c329370 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.44 2002/01/14 14:26:31 dfs Exp $
+# $Id: Makefile.linux,v 1.45 2002/03/04 14:59:51 dfs Exp $
 #
 
 # Default installation locations
@@ -34,7 +34,7 @@ LIBS += -lcrypt
 endif
 
 # Uncomment the next 2 lines to include support for Microsoft's
-# MS-CHAP authentication protocol.
+# MS-CHAP authentication protocol.  Also, edit plugins/radius/Makefile.
 CHAPMS=y
 USE_CRYPT=y
 ifneq ($(wildcard /usr/lib/libcrypt.*),)