From: Adi Masputra Date: Thu, 30 Sep 1999 19:55:52 +0000 (+0000) Subject: Added IPv6 compilation flag and object files - these things are disabled X-Git-Tag: ppp-2.4.7~617 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=a76dec3b0f10ad19bf9a8c93d8899f28f7c1585f Added IPv6 compilation flag and object files - these things are disabled by default. --- diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index 8bb0925..2504f29 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,6 +1,6 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.14 1999/09/21 20:37:20 masputra Exp $ +# $Id: Makefile.sol2,v 1.15 1999/09/30 19:55:52 masputra Exp $ # include ../svr4/Makedefs @@ -18,6 +18,14 @@ OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o \ CFLAGS += -DPLUGIN LIBS += -ldl +# +# uncomment the following to enable IPv6 +# +# Solaris 8 and on includes support for IPv6 +# +#CFLAGS += -DINET6 +#OBJS += ipv6cp.o eui64.o + # # Make targets #