X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.sun;h=42f42bf082a90e5ad90d44ff9d0e63957fa94a7f;hp=67d3c2b4ee200ff87fc7ffacf4fbf1d54d10de6f;hb=4420a694ac374773a6a4b5cce81a5d953b775658;hpb=42ef7debd30c0f11a9c9cadf8c94c14213510b2a;ds=sidebyside diff --git a/pppstats/Makefile.sun b/pppstats/Makefile.sun index 67d3c2b..42f42bf 100644 --- a/pppstats/Makefile.sun +++ b/pppstats/Makefile.sun @@ -1,6 +1,6 @@ # # pppstats makefile -# $Id: Makefile.sun,v 1.2 1993/12/14 05:11:09 paulus Exp $ +# $Id: Makefile.sun,v 1.4 1994/09/19 04:15:17 paulus Exp $ # PPPSTATSRCS = pppstats.c @@ -9,14 +9,14 @@ PPPSTATOBJS = pppstats.o #CC = gcc COPTS = -O COMPILE_FLAGS = -DSTREAMS -LIBS = -lkvm +LIBS = CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS) all: pppstats install: - install -c -g kmem pppstats $(BINDIR)/pppstats + install -c pppstats $(BINDIR)/pppstats pppstats: $(PPPSTATSRCS) $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)