X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.sun;h=42f42bf082a90e5ad90d44ff9d0e63957fa94a7f;hp=2253fb9758457973bb42aed98863a15f9dbbe6d8;hb=4e8378004c3f7b84cd84aaad7cadd61f7af4b72f;hpb=3d84ffde756b6a62a3a0ab06cb038f102819e0bf diff --git a/pppstats/Makefile.sun b/pppstats/Makefile.sun index 2253fb9..42f42bf 100644 --- a/pppstats/Makefile.sun +++ b/pppstats/Makefile.sun @@ -1,22 +1,22 @@ # # pppstats makefile -# $Id: Makefile.sun,v 1.1 1993/12/14 02:57:14 paulus Exp $ +# $Id: Makefile.sun,v 1.4 1994/09/19 04:15:17 paulus Exp $ # PPPSTATSRCS = pppstats.c PPPSTATOBJS = pppstats.o -CC = gcc +#CC = gcc COPTS = -O -COMPILE_FLAGS = -DKVMLIB -DSTREAMS -LIBS = -lkvm +COMPILE_FLAGS = -DSTREAMS +LIBS = CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS) all: pppstats install: - install -c -g kmem pppstats $(BINDIR)/pppstats + install -c pppstats $(BINDIR)/pppstats pppstats: $(PPPSTATSRCS) $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)