]> git.ozlabs.org Git - ppp.git/commitdiff
Added an option to enable CBCP.
authorMichael Beattie <mike@ethernal.org>
Sat, 1 Jun 2002 08:47:03 +0000 (08:47 +0000)
committerMichael Beattie <mike@ethernal.org>
Sat, 1 Jun 2002 08:47:03 +0000 (08:47 +0000)
pppd/Makefile.linux

index ada4ac89fafb561aa78a811daa7e9de0e1960056..5b2f6950bd5a5838571c69be95c5b445e05dd96a 100644 (file)
@@ -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