X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;h=6238cf6d16836225cf6eadc00bf770945d344cb0;hp=4a98e4092f7e1ded82620f2da4b81aa04638df63;hb=8832e3ba208085ae3f15c0d48c2bb7a02bc9ae79;hpb=d89776d4a671d6ab30dc36473129f90c3851681f diff --git a/configure b/configure index 4a98e40..6238cf6 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.26 2001/07/26 20:10:52 paulus Exp $ +# $Id: configure,v 1.28 2002/01/22 16:02:56 dfs Exp $ # if [ -d /NextApps ]; then # system="NeXTStep" @@ -131,7 +131,7 @@ if [ -d "$ksrc" ]; then makext=$orig_makext fi fi - for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/pppoe; do + for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/rp-pppoe pppd/plugins/radius; do rm -f $dir/Makefile if [ -f $dir/Makefile.$makext ]; then ln -s Makefile.$makext $dir/Makefile