X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=57b6b08091a78e105ad039c3df3785dcaa9f0965;hb=b38527fb14af5ebe3d2559e2f861575c722a1ce9;hp=aea5fb9e9590f6c52344ed4bfc8b64efabb9b9cc;hpb=bcfa20820fc9ff3b25bcf62308e3e737c1897dc6;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index aea5fb9..57b6b08 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.46 2002/03/05 15:14:04 dfs Exp $ +# $Id: Makefile.linux,v 1.47 2002/04/02 13:54:59 dfs Exp $ # # Default installation locations @@ -34,9 +34,12 @@ LIBS += -lcrypt endif # Uncomment the next 2 lines to include support for Microsoft's -# MS-CHAP authentication protocol. Also, edit plugins/radius/Makefile. +# MS-CHAP authentication protocol. Also, edit plugins/radius/Makefile.linux. CHAPMS=y USE_CRYPT=y +# Uncomment the next line to include support for MPPE. CHAPMS (above) must +# also be enabled. Also, edit plugins/radius/Makefile.linux. +MPPE=y ifneq ($(wildcard /usr/lib/libcrypt.*),) HAVE_CRYPT_H=y endif @@ -83,6 +86,9 @@ PPPDOBJS += md4.o chap_ms.o ifdef MSLANMAN CFLAGS += -DMSLANMAN=1 endif +ifdef MPPE +CFLAGS += -DMPPE=1 +endif endif ifdef HAS_SHADOW