X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=9fc44532a8d814e32ce737d77798a9b61c31cd98;hb=0a5f7f46f597ae4fee342163de31c724096feb12;hp=7a8483677073367bffb948e264d644477f002459;hpb=3940021f0d95f88aebdb6409fa75570ba686c92c;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 7a84836..9fc4453 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.50 2002/06/10 13:46:28 dfs Exp $ +# $Id: Makefile.linux,v 1.51 2002/07/13 06:24:36 kad Exp $ # # Default installation locations @@ -72,6 +72,8 @@ PLUGIN=y #CBCP=y +MAXOCTETS=y + INCLUDE_DIRS= -I../include COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP @@ -154,6 +156,10 @@ ifdef CBCP CFLAGS += -DCBCP_SUPPORT endif +ifdef MAXOCTETS + CFLAGS += -DMAXOCTETS +endif + INSTALL= install -o root install: pppd