X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.sol2;fp=pppd%2FMakefile.sol2;h=62b23702be5e125df030ab84bdb683ea2bdd54c8;hp=690b2f7b940f3ecae459a312d5f3d086cb4d1ea6;hb=e5b9a1061f126b36c558aea09fd76fd691ebf018;hpb=e3426561f8042f6f231de8103b21f200d2042ef3;ds=sidebyside diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index 690b2f7..62b2370 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,6 +1,6 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.27 2005/08/28 06:49:12 paulus Exp $ +# $Id: Makefile.sol2,v 1.28 2007/06/19 02:08:35 carlsonj Exp $ # include ../Makedefs.com @@ -10,7 +10,7 @@ LIBS = -lsocket -lnsl 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 \ - chap-md5.o + chap-md5.o session.o # # uncomment the following to enable plugins @@ -40,6 +40,10 @@ LIBS += -ldl #CFLAGS += -DCBCP_SUPPORT #OBJS += cbcp.o +# Uncomment for PAM +#CFLAGS += -DUSE_PAM +#LIBS += -lpam + # # Make targets #