summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/svr4/Makefile.top
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-07-23 11:21:56 +0000
committerMystery Man <unknown@mandriva.org>2002-07-23 11:21:56 +0000
commitc085ce28d15d1476cae3fcb6d24d4d5ac1ca3aa7 (patch)
tree09f4686118e32ec13377577bbbd0f08e8120836c /mdk-stage1/ppp/svr4/Makefile.top
parent127a73d935d78af53d3dadd05d4636f6b717976d (diff)
downloaddrakx-c085ce28d15d1476cae3fcb6d24d4d5ac1ca3aa7.tar
drakx-c085ce28d15d1476cae3fcb6d24d4d5ac1ca3aa7.tar.gz
drakx-c085ce28d15d1476cae3fcb6d24d4d5ac1ca3aa7.tar.bz2
drakx-c085ce28d15d1476cae3fcb6d24d4d5ac1ca3aa7.tar.xz
drakx-c085ce28d15d1476cae3fcb6d24d4d5ac1ca3aa7.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_8_13mdk'.V1_1_8_13mdk
Diffstat (limited to 'mdk-stage1/ppp/svr4/Makefile.top')
-rw-r--r--mdk-stage1/ppp/svr4/Makefile.top50
1 files changed, 0 insertions, 50 deletions
diff --git a/mdk-stage1/ppp/svr4/Makefile.top b/mdk-stage1/ppp/svr4/Makefile.top
deleted file mode 100644
index 253e48acb..000000000
--- a/mdk-stage1/ppp/svr4/Makefile.top
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# ppp top level makefile for SVR4 and Solaris 2
-#
-# $Id$
-#
-
-include svr4/Makedefs
-
-all:
- cd chat; $(MAKE) all
- cd pppd; $(MAKE) all
- cd pppstats; $(MAKE) all
- cd pppdump; $(MAKE) all
- cd svr4; $(MAKE) all
-
-install: $(BINDIR) $(MANDIR)/man8 install-progs install-etcppp
-
-install-progs:
- cd chat; $(MAKE) install
- cd pppd; $(MAKE) install
- cd pppstats; $(MAKE) install
- cd pppdump; $(MAKE) install
- cd svr4; $(MAKE) install
-
-install-etcppp: $(ETCDIR) $(ETCDIR)/options $(ETCDIR)/pap-secrets \
- $(ETCDIR)/chap-secrets
-
-$(ETCDIR)/options:
- cp etc.ppp/options $@
- chmod go-w $@
-$(ETCDIR)/pap-secrets:
- $(INSTALL) -f $(ETCDIR) -m 600 etc.ppp/pap-secrets
-$(ETCDIR)/chap-secrets:
- $(INSTALL) -f $(ETCDIR) -m 600 etc.ppp/chap-secrets
-
-$(BINDIR):
- mkdir -m 755 -p $@
-$(MANDIR)/man8:
- mkdir -m 755 -p $@
-$(ETCDIR):
- mkdir -m 755 -p $@
-
-clean:
- rm -f *~
- cd chat; $(MAKE) clean
- cd pppd; $(MAKE) clean
- cd pppstats; $(MAKE) clean
- cd pppdump; $(MAKE) clean
- cd svr4; $(MAKE) clean
-