X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;h=4c94baac2f7b4cf53dfa9b03f8b759f2b556edec;hp=1868308e908480970da92c1aef39b6c0989ead50;hb=dbfeebc9adcf76a50c1d4e9035d5d481914edb43;hpb=f9eac6e29b5137c46063855b3bfc253159c90c29 diff --git a/configure b/configure index 1868308..4c94baa 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.25 2000/04/18 23:51:26 masputra Exp $ +# $Id: configure,v 1.27 2001/12/14 02:55:19 mostrows 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; do + for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/rp-pppoe; do rm -f $dir/Makefile if [ -f $dir/Makefile.$makext ]; then ln -s Makefile.$makext $dir/Makefile