X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.sun;h=67d3c2b4ee200ff87fc7ffacf4fbf1d54d10de6f;hp=2253fb9758457973bb42aed98863a15f9dbbe6d8;hb=0ae17bd9d21166d8274d4b4da594d05efd0ae87d;hpb=3d84ffde756b6a62a3a0ab06cb038f102819e0bf 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)