]> git.ozlabs.org Git - ppp.git/blob - pppdump/Makefile.sol2
fix the bug in non-demand mode that I inadvertently introduced
[ppp.git] / pppdump / Makefile.sol2
1 #
2 # pppdump Makefile for SVR4 systems
3 # $Id: Makefile.sol2,v 1.2 1999/09/22 23:57:57 masputra Exp $
4 #
5
6 include ../svr4/Makedefs
7
8 CFLAGS= $(COPTS) -I../include/net
9 OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
10
11 all:    pppdump
12
13 pppdump: $(OBJS)
14         $(CC) -o pppdump $(OBJS)
15
16 clean:
17         rm -f $(OBJS) pppdump *~
18
19 install:
20         $(INSTALL) -f $(BINDIR) pppdump
21         $(INSTALL) -m 444 -f $(MANDIR)/man8 pppdump.8