]> git.ozlabs.org Git - ppp.git/blob - pppstats/Makefile.sol2
include from ../include not ..
[ppp.git] / pppstats / Makefile.sol2
1 #
2 # pppstats Makefile for SVR4 systems
3 # $Id: Makefile.sol2,v 1.8 1998/03/25 02:21:24 paulus Exp $
4 #
5
6 include ../svr4/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