From: Paul Mackerras Date: Thu, 21 Apr 1994 03:10:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ppp-2-1-2a~66 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=ab12f7a9cf025628a3eef1df6a5a327ce73b16f1;hp=0c27003055592f2b1355ab9f7a4a5c8cf06648b0 *** empty log message *** --- 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)