]> 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 75c2922567d713fe0dd67b1f90fd265403bfdafa..62b23702be5e125df030ab84bdb683ea2bdd54c8 100644 (file)
@@ -1,16 +1,16 @@
 #
 # Makefile for pppd under Solaris 2.
-# $Id: Makefile.sol2,v 1.26 2004/04/14 02:39:39 carlsonj Exp $
+# $Id: Makefile.sol2,v 1.28 2007/06/19 02:08:35 carlsonj Exp $
 #
 
 include ../Makedefs.com
 
-CFLAGS =  -I../include -DSVR4 -DSOL2 $(COPTS)
+CFLAGS =  -I../include -DSVR4 -DSOL2 $(COPTS) '-DDESTDIR="@DESTDIR@"'
 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
 #