]> git.ozlabs.org Git - ppp.git/blobdiff - linux/Makefile.top
don't use options.leaf any more
[ppp.git] / linux / Makefile.top
index 3660c89b5f23eaac6c6b537442a550e3548faab7..c2049404e3656fe74e57fe2603b70cce6e49e0d9 100644 (file)
@@ -24,9 +24,7 @@ install-etcppp: $(ETCDIR) $(ETCDIR)/options $(ETCDIR)/pap-secrets \
        $(ETCDIR)/chap-secrets
 
 $(ETCDIR)/options:
-       if netstat -rn | grep default >/dev/null; then \
-         $(INSTALL) -c -m 644 etc.ppp/options $@; \
-       else $(INSTALL) -c -m 644 etc.ppp/options.leaf $@; fi
+       $(INSTALL) -c -m 644 etc.ppp/options $@
 $(ETCDIR)/pap-secrets:
        $(INSTALL) -c -m 600 etc.ppp/pap-secrets $@
 $(ETCDIR)/chap-secrets: