]> git.ozlabs.org Git - ppp.git/blobdiff - pppdump/Makefile.sol2
Update READMEs etc. for the forthcoming ppp-2.4.5 release
[ppp.git] / pppdump / Makefile.sol2
index 042b4d54d77763eb84fabcfd1ccaabe0241e83bc..e9196f634d5b72e07ecead0a09e302d8c0df0ee6 100644 (file)
@@ -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