]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sol2
Tested with MS-CHAP and CBCP options on Solaris and added options
[ppp.git] / pppd / Makefile.sol2
index 902f3d3f413a5a55a520dacfd641820bbc115440..75c2922567d713fe0dd67b1f90fd265403bfdafa 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile for pppd under Solaris 2.
-# $Id: Makefile.sol2,v 1.25 2004/01/17 05:47:55 carlsonj Exp $
+# $Id: Makefile.sol2,v 1.26 2004/04/14 02:39:39 carlsonj Exp $
 #
 
 include ../Makedefs.com
@@ -32,6 +32,14 @@ LIBS += -ldl
 #CFLAGS        += -DINET6
 #OBJS  += ipv6cp.o eui64.o
 
+# Uncomment to enable MS-CHAP
+#CFLAGS += -DUSE_CRYPT -DCHAPMS -DHAVE_CRYPT_H
+#OBJS += chap_ms.o pppcrypt.o md4.o sha1.o
+
+# Uncomment for CBCP
+#CFLAGS += -DCBCP_SUPPORT
+#OBJS += cbcp.o
+
 #
 # Make targets
 #