From 232c8d5a063f7063c0e3ccc602a2d24f433cf2e1 Mon Sep 17 00:00:00 2001 From: Adi Masputra Date: Thu, 6 Apr 2000 23:03:28 +0000 Subject: [PATCH] Added tdb.c and multilink.c to be part of the compilation, otherwise, Solaris 2.x compilation breaks --- pppd/Makefile.sol2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2