CPU: Wrong CPU Load %.
[tomato.git] / release / src / router / ppp / pppstats / Makefile.sol2
blob04197fb843c5c61031cb73ac1b846346ea94823b
2 # pppstats Makefile for SVR4 systems
3 # $Id: Makefile.sol2,v 1.1.1.4 2003/10/14 08:09:54 sparq Exp $
6 include ../solaris/Makedefs
8 CFLAGS = -DSTREAMS -I../include $(COPTS)
10 all: pppstats
12 pppstats: pppstats.c
13         $(CC) $(CFLAGS) -o pppstats pppstats.c
15 install: pppstats
16         $(INSTALL) -f $(BINDIR) pppstats
17         $(INSTALL) -m 444 -f $(MANDIR)/man8 pppstats.8
19 clean:
20         rm -f pppstats *~ core