X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.sol2;h=25f5772c4fcb011f782372e6d14dafdde1fd3127;hb=81131c3cca1cb450d8ff67213182d9d06dc5d9ad;hp=d75cb686c770e9ef4475f5147088e6429075d978;hpb=153580fa5663789d0e1be6ddba953dced82c08d0;p=ppp.git diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index d75cb68..25f5772 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,16 +1,15 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.16 2000/01/24 20:42:18 masputra Exp $ +# $Id: Makefile.sol2,v 1.24 2003/11/27 21:25:25 paulus 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-new.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