X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.sol2;h=2f28fa4c1980965a58e415f5740c54a41a4016fa;hp=835acc215091394d65e1b3bba544b7f248c7f2b7;hb=f9eac6e29b5137c46063855b3bfc253159c90c29;hpb=56e6860d27306bcbe35b3a14f360d0f52b5940b5 diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index 835acc2..2f28fa4 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,16 +1,16 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.18 2000/04/13 12:05:57 paulus Exp $ +# $Id: Makefile.sol2,v 1.19 2000/04/18 23:51:26 masputra 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 + ccp.o auth.o options.o demand.o utils.o sys-solaris.o tdb.o # # uncomment the following to enable plugins