X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.sun;h=433a2a60d269e456e849e29b472daf51796450b6;hp=67d3c2b4ee200ff87fc7ffacf4fbf1d54d10de6f;hb=ab12f7a9cf025628a3eef1df6a5a327ce73b16f1;hpb=0c27003055592f2b1355ab9f7a4a5c8cf06648b0 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)