]> git.ozlabs.org Git - ppp.git/blobdiff - svr4/Makefile.top
priv option stuff; add option_error proto
[ppp.git] / svr4 / Makefile.top
index ac0baa5415039fbef54e6090678366f2027adb28..95a67807939e02165736b1647863caaa73da0cfb 100644 (file)
@@ -1,7 +1,7 @@
 #
 # 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
@@ -28,9 +28,7 @@ install-etcppp: $(ETCDIR) $(ETCDIR)/options $(ETCDIR)/pap-secrets \
        $(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