X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.sol2;h=a25fd17a88ac94ff235ed7733362b3e5649951a5;hb=36a3914e400bbe547fbc991e94382c0cbb5df970;hp=8bb0925edc8827a779f0aa08c101ccfc33aebebc;hpb=ec6acd10d0bae0bacc3b6b66944bcd8e33b10b71;p=ppp.git diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index 8bb0925..a25fd17 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.17 2000/04/06 23:03:28 masputra Exp $ # include ../svr4/Makedefs @@ -10,7 +10,8 @@ CFLAGS = -I../include -DSVR4 -DSOL2 $(COPTS) LIBS = -lsocket -lnsl OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o \ - ccp.o auth.o options.o demand.o utils.o sys-svr4.o + ccp.o auth.o options.o demand.o utils.o sys-svr4.o tdb.o \ + multilink.o # # uncomment the following to enable plugins @@ -18,6 +19,20 @@ OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o \ CFLAGS += -DPLUGIN LIBS += -ldl +# +# Solaris 8 and above accomodates /var/run, so uncomment the +# following to place pppd process IDs on that location +# +#CFLAGS += -D_PATH_VARRUN='"/var/run/"' + +# +# uncomment the following to enable IPv6 +# +# Solaris 8 and on includes support for IPv6 +# +#CFLAGS += -DINET6 +#OBJS += ipv6cp.o eui64.o + # # Make targets #