X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.sol2;h=2504f29341ca88fa4a2bac8e86aad6f68de8947d;hp=f5799c7c54dfc4e7c2423450eb9befde7d1ecd62;hb=a76dec3b0f10ad19bf9a8c93d8899f28f7c1585f;hpb=f73f049362626ddb5cf21551eb541ee1635831ca diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index f5799c7..2504f29 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,21 +1,30 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.13 1999/09/16 01:16:59 masputra Exp $ +# $Id: Makefile.sol2,v 1.15 1999/09/30 19:55:52 masputra Exp $ # include ../svr4/Makedefs -CFLAGS = -DSVR4 -DSOL2 -I../include $(COPTS) +COPTS += -xO2 -xspace -W0,-Lt +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 \ +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 # # uncomment the following to enable plugins # -CFLAGS += -DPLUGIN -LIBS += -ldl +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