X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.sol2;h=25f5772c4fcb011f782372e6d14dafdde1fd3127;hp=f15d9474d31f3b0a1ae948a372ed52fa948118cf;hb=7292aba5fee34d251b7caa488e02db1c48e75b2d;hpb=d741a3b912f17d84dc8dc87474e0b989c775de50 diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index f15d947..25f5772 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,6 +1,6 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.23 2002/11/02 19:48:12 carlsonj Exp $ +# $Id: Makefile.sol2,v 1.24 2003/11/27 21:25:25 paulus Exp $ # include ../Makedefs.com @@ -8,8 +8,8 @@ include ../Makedefs.com CFLAGS = -I../include -DSVR4 -DSOL2 $(COPTS) LIBS = -lsocket -lnsl -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 +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