X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.sol2;h=f15d9474d31f3b0a1ae948a372ed52fa948118cf;hb=d1506f182ba87dd019a9d5594f6acea17a77577f;hp=2504f29341ca88fa4a2bac8e86aad6f68de8947d;hpb=a76dec3b0f10ad19bf9a8c93d8899f28f7c1585f;p=ppp.git diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index 2504f29..f15d947 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,16 +1,15 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.15 1999/09/30 19:55:52 masputra Exp $ +# $Id: Makefile.sol2,v 1.23 2002/11/02 19:48:12 carlsonj Exp $ # -include ../svr4/Makedefs +include ../Makedefs.com -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 \ - 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 @@ -18,6 +17,12 @@ 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 #