X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.ultrix;h=75a4dd2969df7e670d84ccd7b5659d3fe717f528;hp=2a3158f19f812f4881246c0a7ddca853cfcd59cc;hb=835e047a2057cdcadf4aa11134961cb2b9e9efe7;hpb=5ff5b97fb80320991655ba6b26eaa7fcbe5aa42c diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix index 2a3158f..75a4dd2 100644 --- a/pppstats/Makefile.ultrix +++ b/pppstats/Makefile.ultrix @@ -1,22 +1,26 @@ # # pppstats makefile -# $Id: Makefile.ultrix,v 1.1 1994/04/21 03:10:50 paulus Exp $ +# $Id: Makefile.ultrix,v 1.5 1996/09/26 06:16:35 paulus Exp $ # +BINDIR = /usr/local/etc +MANDIR = /usr/local/man + PPPSTATSRCS = pppstats.c PPPSTATOBJS = pppstats.o #CC = gcc COPTS = -O -COMPILE_FLAGS = +COMPILE_FLAGS = -DULTRIX LIBS = 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 +31,3 @@ clean: depend: cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend # makedepend $(CFLAGS) $(PPPSTATSRCS) - -saber_pppstats: - #setopt load_flags $(CFLAGS) - #load $(PPPSTATSRCS)