X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppstats%2FMakefile.sun;h=67d3c2b4ee200ff87fc7ffacf4fbf1d54d10de6f;hb=945507d5f26990782634bfd5142dbb5f8797172a;hp=2253fb9758457973bb42aed98863a15f9dbbe6d8;hpb=3d84ffde756b6a62a3a0ab06cb038f102819e0bf;p=ppp.git diff --git a/pppstats/Makefile.sun b/pppstats/Makefile.sun index 2253fb9..67d3c2b 100644 --- a/pppstats/Makefile.sun +++ b/pppstats/Makefile.sun @@ -1,14 +1,14 @@ # # pppstats makefile -# $Id: Makefile.sun,v 1.1 1993/12/14 02:57:14 paulus Exp $ +# $Id: Makefile.sun,v 1.2 1993/12/14 05:11:09 paulus Exp $ # PPPSTATSRCS = pppstats.c PPPSTATOBJS = pppstats.o -CC = gcc +#CC = gcc COPTS = -O -COMPILE_FLAGS = -DKVMLIB -DSTREAMS +COMPILE_FLAGS = -DSTREAMS LIBS = -lkvm CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)