X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.sol2;h=1ad4b139d3fb10b3b03f5293776483a526ca21ff;hb=8f09b151a39f156131f85b7d018443d81c7e6308;hp=49e73c7f07920f32334992ccbd856d8c76df819c;hpb=dd39af173ba7e20360fff462cd5848aeb9471a4c;p=ppp.git diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index 49e73c7..1ad4b13 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,6 +1,6 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.29 2007/12/01 20:10:51 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