X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.sun;h=433a2a60d269e456e849e29b472daf51796450b6;hp=67d3c2b4ee200ff87fc7ffacf4fbf1d54d10de6f;hb=7aa1222ea5fe1d3459c9cb31c2dc41d2f3826554;hpb=42ef7debd30c0f11a9c9cadf8c94c14213510b2a;ds=sidebyside diff --git a/pppstats/Makefile.sun b/pppstats/Makefile.sun index 67d3c2b..433a2a6 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.3 1994/04/21 03:10:50 paulus Exp $ # PPPSTATSRCS = pppstats.c @@ -8,7 +8,7 @@ PPPSTATOBJS = pppstats.o #CC = gcc COPTS = -O -COMPILE_FLAGS = -DSTREAMS +COMPILE_FLAGS = -DSTREAMS -DKVMLIB LIBS = -lkvm CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)