X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.linux;h=bf2bcc55cd774542bb3641a466f60d98e438e82b;hb=2e53641535da26bf8c3c424172758ed81d908581;hp=67c012cb10c794ffbbc1dcd6fe3886d49a485ef2;hpb=4faf67061e6954ee068278dc0b8155207771c316;p=ppp.git diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 67c012c..bf2bcc5 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.32 1999/08/12 03:59:07 paulus Exp $ +# $Id: Makefile.linux,v 1.33 1999/08/24 05:31:08 paulus Exp $ # # Default installation locations @@ -44,6 +44,7 @@ endif HAS_SHADOW=y #USE_PAM=y +#HAVE_INET6=y INCLUDE_DIRS= -I../include @@ -84,6 +85,14 @@ LIBS := -llock $(LIBS) CFLAGS += -DLOCKLIB=1 endif +ifdef HAVE_INET6 + PPPDSRCS += ipv6cp.c eui64.c + HEADERS += ipv6cp.h eui64.h + PPPDOBJS += ipv6cp.o eui64.o + CFLAGS += -DINET6=1 +endif + + INSTALL= install -o root install: pppd