]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sol2
Added new "enable-session" option to enable session accounting and
[ppp.git] / pppd / Makefile.sol2
index 690b2f7b940f3ecae459a312d5f3d086cb4d1ea6..62b23702be5e125df030ab84bdb683ea2bdd54c8 100644 (file)
@@ -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
 #