X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.sun;h=42f42bf082a90e5ad90d44ff9d0e63957fa94a7f;hp=433a2a60d269e456e849e29b472daf51796450b6;hb=1b12a670188768d19e7bab5794305248d449be9e;hpb=ab12f7a9cf025628a3eef1df6a5a327ce73b16f1 diff --git a/pppstats/Makefile.sun b/pppstats/Makefile.sun index 433a2a6..42f42bf 100644 --- a/pppstats/Makefile.sun +++ b/pppstats/Makefile.sun @@ -1,6 +1,6 @@ # # pppstats makefile -# $Id: Makefile.sun,v 1.3 1994/04/21 03:10:50 paulus Exp $ +# $Id: Makefile.sun,v 1.4 1994/09/19 04:15:17 paulus Exp $ # PPPSTATSRCS = pppstats.c @@ -8,15 +8,15 @@ PPPSTATOBJS = pppstats.o #CC = gcc COPTS = -O -COMPILE_FLAGS = -DSTREAMS -DKVMLIB -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)