X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.ultrix;h=063a41e0e4fa416036b078f7918ae7510344bffb;hp=2a3158f19f812f4881246c0a7ddca853cfcd59cc;hb=12d602f52c8ad30af025cf1e063af67c78cd68ad;hpb=5ff5b97fb80320991655ba6b26eaa7fcbe5aa42c;ds=sidebyside diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix index 2a3158f..063a41e 100644 --- a/pppstats/Makefile.ultrix +++ b/pppstats/Makefile.ultrix @@ -1,8 +1,11 @@ # # pppstats makefile -# $Id: Makefile.ultrix,v 1.1 1994/04/21 03:10:50 paulus Exp $ +# $Id: Makefile.ultrix,v 1.4 1995/06/01 01:32:56 paulus Exp $ # +BINDIR = /usr/local/etc +MANDIR = /usr/local/man + PPPSTATSRCS = pppstats.c PPPSTATOBJS = pppstats.o @@ -15,8 +18,9 @@ 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)