$(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:
 
        $(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:
 
 #
 # ppp top level makefile for Solaris 2
 #
-# $Id: Makefile.top,v 1.2 1995/06/01 02:23:09 paulus Exp $
+# $Id: Makefile.top,v 1.3 1996/08/28 06:34:16 paulus Exp $
 #
 
 BINDIR = /usr/local/bin
        $(ETCDIR)/chap-secrets
 
 $(ETCDIR)/options:
-       if netstat -rn | grep default >/dev/null; then \
-         cp etc.ppp/options $@; \
-       else cp etc.ppp/options.leaf $@; fi
+       cp etc.ppp/options $@
        chmod go-w $@
 $(ETCDIR)/pap-secrets:
        $(INSTALL) -f $(ETCDIR) -m 600 etc.ppp/pap-secrets