]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sol2
pppd: Fix spelling errors in man page
[ppp.git] / pppd / Makefile.sol2
index 62b23702be5e125df030ab84bdb683ea2bdd54c8..1ad4b139d3fb10b3b03f5293776483a526ca21ff 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile for pppd under Solaris 2.
-# $Id: Makefile.sol2,v 1.28 2007/06/19 02:08:35 carlsonj Exp $
+# $Id: Makefile.sol2,v 1.30 2008/01/30 14:26:52 carlsonj Exp $
 #
 
 include ../Makedefs.com
@@ -12,8 +12,11 @@ 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 session.o
 
+# Solaris uses shadow passwords
+CFLAGS += -DHAS_SHADOW
+
 #
-# uncomment the following to enable plugins
+# Comment the following out to disable plugins
 #
 CFLAGS += -DPLUGIN
 LIBS   += -ldl
@@ -33,7 +36,7 @@ LIBS  += -ldl
 #OBJS  += ipv6cp.o eui64.o
 
 # Uncomment to enable MS-CHAP
-#CFLAGS += -DUSE_CRYPT -DCHAPMS -DHAVE_CRYPT_H
+#CFLAGS += -DUSE_CRYPT -DCHAPMS -DMSLANMAN -DHAVE_CRYPT_H
 #OBJS += chap_ms.o pppcrypt.o md4.o sha1.o
 
 # Uncomment for CBCP