X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.sun;h=165a77664987355afe3ed63987eabbc8d50b3493;hp=2253fb9758457973bb42aed98863a15f9dbbe6d8;hb=a1988ee36635f1d72b95c8d783e98b98f003f43d;hpb=3d84ffde756b6a62a3a0ab06cb038f102819e0bf diff --git a/pppstats/Makefile.sun b/pppstats/Makefile.sun index 2253fb9..165a776 100644 --- a/pppstats/Makefile.sun +++ b/pppstats/Makefile.sun @@ -1,22 +1,25 @@ # # pppstats makefile -# $Id: Makefile.sun,v 1.1 1993/12/14 02:57:14 paulus Exp $ +# $Id: Makefile.sun,v 1.5 1995/04/28 06:16:19 paulus Exp $ # PPPSTATSRCS = pppstats.c PPPSTATOBJS = pppstats.o -CC = gcc +#CC = gcc COPTS = -O -COMPILE_FLAGS = -DKVMLIB -DSTREAMS -LIBS = -lkvm +COMPILE_FLAGS = -DSTREAMS +LIBS = + +INSTALL= install -o root -g daemon CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS) all: pppstats -install: - install -c -g kmem pppstats $(BINDIR)/pppstats +install: pppstats + $(INSTALL) -c pppstats $(BINDIR)/pppstats + $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8 pppstats: $(PPPSTATSRCS) $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS) @@ -27,7 +30,3 @@ clean: depend: cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend # makedepend $(CFLAGS) $(PPPSTATSRCS) - -saber_pppstats: - #setopt load_flags $(CFLAGS) - #load $(PPPSTATSRCS)