]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sol2
Fixed compilation problems on SunOS 4.x
[ppp.git] / pppd / Makefile.sol2
index 8bb0925edc8827a779f0aa08c101ccfc33aebebc..d75cb686c770e9ef4475f5147088e6429075d978 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile for pppd under Solaris 2.
-# $Id: Makefile.sol2,v 1.14 1999/09/21 20:37:20 masputra Exp $
+# $Id: Makefile.sol2,v 1.16 2000/01/24 20:42:18 masputra Exp $
 #
 
 include ../svr4/Makedefs
@@ -18,6 +18,20 @@ OBJS =  main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o \
 CFLAGS += -DPLUGIN
 LIBS   += -ldl
 
+#
+# Solaris 8 and above accomodates /var/run, so uncomment the
+# following to place pppd process IDs on that location
+#
+#CFLAGS += -D_PATH_VARRUN='"/var/run/"'
+
+#
+# uncomment the following to enable IPv6
+#
+# Solaris 8 and on includes support for IPv6
+#
+#CFLAGS        += -DINET6
+#OBJS  += ipv6cp.o eui64.o
+
 #
 # Make targets
 #