X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppdump%2FMakefile.sol2;fp=pppdump%2FMakefile.sol2;h=042b4d54d77763eb84fabcfd1ccaabe0241e83bc;hb=5018cc2da57e555b620750f33dce6b1c964e612a;hp=0000000000000000000000000000000000000000;hpb=cde2830f103bd3ad372b0e33263d589ad7db88e2;p=ppp.git diff --git a/pppdump/Makefile.sol2 b/pppdump/Makefile.sol2 new file mode 100644 index 0000000..042b4d5 --- /dev/null +++ b/pppdump/Makefile.sol2 @@ -0,0 +1,21 @@ +# +# pppdump Makefile for SVR4 systems +# $Id: Makefile.sol2,v 1.1 1999/04/01 11:44:54 paulus Exp $ +# + +include ../svr4/Makedefs + +CFLAGS= $(COPTS) -I../include/net +OBJS = pppdump.o bsd-comp.o deflate.o zlib.o + +all: pppdump + +pppdump: $(OBJS) + $(CC) -o pppdump $(OBJS) + +clean: + rm -f pppdump *~ + +install: + $(INSTALL) -f $(BINDIR) pppdump + $(INSTALL) -m 444 -f $(MANDIR)/man8 pppdump.8