summaryrefslogtreecommitdiff
path: root/pppdump
diff options
context:
space:
mode:
authorAdi Masputra <adi.masputra@sun.com>1999-09-22 23:57:57 +0000
committerAdi Masputra <adi.masputra@sun.com>1999-09-22 23:57:57 +0000
commitee6a6b64b23a55533cae7325a2530395e8ca3810 (patch)
tree46ea9845c32509adac7de760e4981a33b58a6e42 /pppdump
parenta9d45595aa8f6c1e80f7babf793125eec0853694 (diff)
downloadppp-ee6a6b64b23a55533cae7325a2530395e8ca3810.tar.gz
Clean up the rest of objects during make clean.
Diffstat (limited to 'pppdump')
-rw-r--r--pppdump/Makefile.sol24
1 files changed, 2 insertions, 2 deletions
diff --git a/pppdump/Makefile.sol2 b/pppdump/Makefile.sol2
index 042b4d5..7b77606 100644
--- a/pppdump/Makefile.sol2
+++ b/pppdump/Makefile.sol2
@@ -1,6 +1,6 @@
#
# pppdump Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.1 1999/04/01 11:44:54 paulus Exp $
+# $Id: Makefile.sol2,v 1.2 1999/09/22 23:57:57 masputra Exp $
#
include ../svr4/Makedefs
@@ -14,7 +14,7 @@ pppdump: $(OBJS)
$(CC) -o pppdump $(OBJS)
clean:
- rm -f pppdump *~
+ rm -f $(OBJS) pppdump *~
install:
$(INSTALL) -f $(BINDIR) pppdump