]> git.ozlabs.org Git - ppp.git/blob - pppstats/Makefile.sol2
ace1a24e35cf5231df1c69415f5a74c3f61eb7b2
[ppp.git] / pppstats / Makefile.sol2
1 #
2 # pppstats Makefile for SVR4 systems
3 # $Id: Makefile.sol2,v 1.9 2000/04/18 23:51:27 masputra Exp $
4 #
5
6 include ../solaris/Makedefs
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