]> git.ozlabs.org Git - ppp.git/blob - pppstats/Makefile.svr4
use standard cc
[ppp.git] / pppstats / Makefile.svr4
1 #
2 # pppstats Makefile for SVR4 systems
3 # $Id: Makefile.svr4,v 1.3 1996/08/28 06:43:18 paulus Exp $
4 #
5
6 BINDIR = /usr/local/bin
7 MANDIR = /usr/local/man
8 INSTALL = /usr/sbin/install
9
10 #CC = gcc
11 #COPTS = -g -O
12
13 COPTS = -g -Xa
14
15 CFLAGS = -I.. $(COPTS) -DSTREAMS
16
17 all: pppstats
18
19 pppstats: pppstats.c
20         $(CC) $(CFLAGS) -o pppstats pppstats.c
21
22 install: pppstats
23         $(INSTALL) -f $(BINDIR) pppstats
24         $(INSTALL) -m 444 -f $(MANDIR)/man8 pppstats.8
25
26 clean:
27         rm -f pppstats *~ core