X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppdump%2FMakefile.sol2;h=5549bebdc827a7ae6ab9c7a1ebdeedd8e93e2933;hp=042b4d54d77763eb84fabcfd1ccaabe0241e83bc;hb=e13c0b8028f33c240ab4a468e719863b6a951b27;hpb=5018cc2da57e555b620750f33dce6b1c964e612a diff --git a/pppdump/Makefile.sol2 b/pppdump/Makefile.sol2 index 042b4d5..5549beb 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.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