]> git.ozlabs.org Git - ppp.git/blobdiff - linux/Makefile.top
make pppdump as well
[ppp.git] / linux / Makefile.top
index c2049404e3656fe74e57fe2603b70cce6e49e0d9..79dd4304e1b9a18bf7edc87a930c673566fc05ec 100644 (file)
@@ -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`