]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sol2
Remove references to the old CHAP code.
[ppp.git] / pppd / Makefile.sol2
index 2f28fa4c1980965a58e415f5740c54a41a4016fa..25f5772c4fcb011f782372e6d14dafdde1fd3127 100644 (file)
@@ -1,16 +1,15 @@
 #
 # Makefile for pppd under Solaris 2.
 #
 # Makefile for pppd under Solaris 2.
-# $Id: Makefile.sol2,v 1.19 2000/04/18 23:51:26 masputra Exp $
+# $Id: Makefile.sol2,v 1.24 2003/11/27 21:25:25 paulus Exp $
 #
 
 #
 
-include ../solaris/Makedefs
+include ../Makedefs.com
 
 
-COPTS  += -xO2 -xspace -W0,-Lt
 CFLAGS =  -I../include -DSVR4 -DSOL2 $(COPTS)
 LIBS   = -lsocket -lnsl
 
 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-solaris.o tdb.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
 
 #
 # uncomment the following to enable plugins