X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.sol2;h=f15d9474d31f3b0a1ae948a372ed52fa948118cf;hb=f0b99c0189004a7ee11005f8dd1218b1c97610e7;hp=f5799c7c54dfc4e7c2423450eb9befde7d1ecd62;hpb=f73f049362626ddb5cf21551eb541ee1635831ca;p=ppp.git diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index f5799c7..f15d947 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,21 +1,35 @@ # # 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.23 2002/11/02 19:48:12 carlsonj Exp $ # -include ../svr4/Makedefs +include ../Makedefs.com -CFLAGS = -DSVR4 -DSOL2 -I../include $(COPTS) +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 +OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o eap.o md5.o tty.o \ + ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o # # uncomment the following to enable plugins # -CFLAGS += -DPLUGIN -LIBS += -ldl +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