]> git.ozlabs.org Git - ppp.git/blob - pppstats/Makefile.sol2
Remove old CHAP implementation
[ppp.git] / pppstats / Makefile.sol2
1 #
2 # pppstats Makefile for SVR4 systems
3 # $Id: Makefile.sol2,v 1.10 2002/09/07 05:15:25 carlsonj Exp $
4 #
5
6 include ../Makedefs.com
7
8 CFLAGS = -DSTREAMS -I../include $(COPTS)
9
10 all: pppstats
11
12 pppstats: pppstats.c
13         $(CC) $(CFLAGS) -o pppstats pppstats.c
14
15 install: pppstats
16         $(INSTALL) -f $(BINDIR) pppstats
17         $(INSTALL) -m 444 -f $(MANDIR)/man8 pppstats.8
18
19 clean:
20         rm -f pppstats *~ core