X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=linux%2FMakefile.top;h=79dd4304e1b9a18bf7edc87a930c673566fc05ec;hb=90faf59815262dbb35dc8896d2b040986d140d8f;hp=c2049404e3656fe74e57fe2603b70cce6e49e0d9;hpb=a1915d93f8b5a2a46fbd05797210fe8dd757f735;p=ppp.git diff --git a/linux/Makefile.top b/linux/Makefile.top index c204940..79dd430 100644 --- a/linux/Makefile.top +++ b/linux/Makefile.top @@ -12,6 +12,7 @@ all: cd chat; $(MAKE) $(MFLAGS) all cd pppd; $(MAKE) $(MFLAGS) all cd pppstats; $(MAKE) $(MFLAGS) all + cd pppdump; $(MAKE) $(MFLAGS) all install: $(BINDIR) $(MANDIR)/man8 install-progs install-etcppp @@ -38,12 +39,13 @@ $(ETCDIR): $(INSTALL) -d -m 755 $@ clean: - rm -f core `find . -name '*.[oas]' -print` - rm -f core `find . -name 'core' -print` - rm -f core `find . -name '*~' -print` + rm -f `find . -name '*.[oas]' -print` + rm -f `find . -name 'core' -print` + rm -f `find . -name '*~' -print` cd chat; $(MAKE) clean cd pppd; $(MAKE) clean cd pppstats; $(MAKE) clean + cd pppdump; $(MAKE) clean dist-clean: clean rm -f Makefile `find . -name Makefile -print`