]> git.ozlabs.org Git - ppp.git/blobdiff - sunos4/Makefile.top
fix compilation nit
[ppp.git] / sunos4 / Makefile.top
index b63276c67fac34b41589056b2c3bd9a501db23a9..c24e057b4881d21a6bbb99ea48169a82daee4aba 100644 (file)
@@ -26,9 +26,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: