X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppdump%2FMakefile.sol2;h=e9196f634d5b72e07ecead0a09e302d8c0df0ee6;hp=042b4d54d77763eb84fabcfd1ccaabe0241e83bc;hb=636e804e954a5f26717c22b0bddf15e7e6c3facb;hpb=5018cc2da57e555b620750f33dce6b1c964e612a diff --git a/pppdump/Makefile.sol2 b/pppdump/Makefile.sol2 index 042b4d5..e9196f6 100644 --- a/pppdump/Makefile.sol2 +++ b/pppdump/Makefile.sol2 @@ -1,9 +1,9 @@ # # pppdump Makefile for SVR4 systems -# $Id: Makefile.sol2,v 1.1 1999/04/01 11:44:54 paulus Exp $ +# $Id: Makefile.sol2,v 1.4 2002/09/07 05:15:25 carlsonj Exp $ # -include ../svr4/Makedefs +include ../Makedefs.com CFLAGS= $(COPTS) -I../include/net OBJS = pppdump.o bsd-comp.o deflate.o zlib.o @@ -14,7 +14,7 @@ pppdump: $(OBJS) $(CC) -o pppdump $(OBJS) clean: - rm -f pppdump *~ + rm -f $(OBJS) pppdump *~ install: $(INSTALL) -f $(BINDIR) pppdump