From 520af49e251dfbf983c1215066379a55e53451fc Mon Sep 17 00:00:00 2001 From: Michael Beattie Date: Sat, 1 Jun 2002 08:47:03 +0000 Subject: [PATCH] Added an option to enable CBCP. --- pppd/Makefile.linux | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index ada4ac8..5b2f695 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.48 2002/05/21 17:26:48 dfs Exp $ +# $Id: Makefile.linux,v 1.49 2002/06/01 08:47:03 mjb Exp $ # # Default installation locations @@ -66,6 +66,8 @@ HAS_SHADOW=y PLUGIN=y +#CBCP=y + INCLUDE_DIRS= -I../include COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP @@ -143,6 +145,10 @@ ifdef HAVE_INET6 CFLAGS += -DINET6=1 endif +ifdef CBCP + PPPDOBJS += cbcp.o + CFLAGS += -DCBCP_SUPPORT +endif INSTALL= install -o root -- 2.39.2