]> git.ozlabs.org Git - ppp.git/blobdiff - pppdump/Makefile.sol2
Made setipaddr() non-static so it can be called from plugins (particularly
[ppp.git] / pppdump / Makefile.sol2
index 042b4d54d77763eb84fabcfd1ccaabe0241e83bc..5549bebdc827a7ae6ab9c7a1ebdeedd8e93e2933 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.3 2000/04/18 23:51:27 masputra Exp $
 #
 
-include ../svr4/Makedefs
+include ../solaris/Makedefs
 
 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