X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.sol2;h=f1f08a8b18a8ddc257a77ee5ecffc30a5f95f9f3;hb=67b4994c647485a542e37910917a5348b977041e;hp=a25fd17a88ac94ff235ed7733362b3e5649951a5;hpb=232c8d5a063f7063c0e3ccc602a2d24f433cf2e1;p=ppp.git diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index a25fd17..f1f08a8 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,17 +1,16 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.17 2000/04/06 23:03:28 masputra Exp $ +# $Id: Makefile.sol2,v 1.20 2001/03/08 05:01:03 paulus Exp $ # -include ../svr4/Makedefs +include ../solaris/Makedefs 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 tdb.o \ - multilink.o +OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o tty.o \ + ccp.o auth.o options.o demand.o utils.o sys-solaris.o tdb.o # # uncomment the following to enable plugins