X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppdump%2FMakefile.sol2;h=7b77606028e2f2d47369d536708e1e61a9ffce60;hb=56e6860d27306bcbe35b3a14f360d0f52b5940b5;hp=042b4d54d77763eb84fabcfd1ccaabe0241e83bc;hpb=5018cc2da57e555b620750f33dce6b1c964e612a;p=ppp.git 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