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