]> git.ozlabs.org Git - ppp.git/blobdiff - configure
Apparently the IBM patent on LZW is still pending.
[ppp.git] / configure
index 88f93e6bd06471b884e41d2a5b39c29e15ee79cb..8d2fc58de249c37c222f1737dda52325f6216a2b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: configure,v 1.33 2004/10/31 21:31:01 paulus Exp $
+# $Id: configure,v 1.35 2004/11/06 11:36:54 paulus Exp $
 
 # Where to install stuff by default
 DESTDIR=/usr/local
@@ -174,11 +174,11 @@ if [ -d "$ksrc" ]; then
     mkmkf $ksrc/Makefile.top Makefile
     mkmkf $ksrc/Makedefs$compiletype Makedefs.com
     for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/rp-pppoe \
-              pppd/plugins/radius; do
+              pppd/plugins/radius pppd/plugins/pppoatm; do
        mkmkf $dir/Makefile.$makext $dir/Makefile
     done
     if [ "$archvariant" ]; then
-       mkmkf Makefile.$makext$archvariant $ksrc/Makefile
+       mkmkf $ksrc/Makefile.$makext$archvariant $ksrc/Makefile
     fi
 else
   echo "Unable to locate kernel source $ksrc"