]> git.ozlabs.org Git - ppp.git/blob - pppstats/Makefile.sun
added in definitions from if_ppp.h so we don't need to include
[ppp.git] / pppstats / Makefile.sun
1 #
2 # pppstats makefile
3 # $Id: Makefile.sun,v 1.3 1994/04/21 03:10:50 paulus Exp $
4 #
5
6 PPPSTATSRCS = pppstats.c
7 PPPSTATOBJS = pppstats.o
8
9 #CC = gcc
10 COPTS = -O
11 COMPILE_FLAGS = -DSTREAMS -DKVMLIB
12 LIBS = -lkvm
13
14 CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
15
16 all: pppstats
17
18 install:
19         install -c -g kmem pppstats $(BINDIR)/pppstats
20
21 pppstats: $(PPPSTATSRCS)
22         $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)
23
24 clean:
25         rm -f pppstats *~ #* core
26
27 depend:
28         cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend
29 #       makedepend $(CFLAGS) $(PPPSTATSRCS)
30
31 saber_pppstats:
32         #setopt load_flags $(CFLAGS)
33         #load $(PPPSTATSRCS)