X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.sol2;fp=pppd%2FMakefile.sol2;h=a25fd17a88ac94ff235ed7733362b3e5649951a5;hp=d75cb686c770e9ef4475f5147088e6429075d978;hb=232c8d5a063f7063c0e3ccc602a2d24f433cf2e1;hpb=c78a7871372d34276aa45d0ca1cd04511930bd24 diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index d75cb68..a25fd17 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,6 +1,6 @@ # # 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.17 2000/04/06 23:03:28 masputra Exp $ # include ../svr4/Makedefs @@ -10,7 +10,8 @@ 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 + ccp.o auth.o options.o demand.o utils.o sys-svr4.o tdb.o \ + multilink.o # # uncomment the following to enable plugins