X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.ultrix;h=063a41e0e4fa416036b078f7918ae7510344bffb;hp=3d856fe1efa39d209df247ed8578ec335068f6b9;hb=1b82ef17d74c492811724a78d3fc2edd5cc77d29;hpb=12ef2241b06e83f5e739ea7b8047d0c59efdfa62 diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix index 3d856fe..063a41e 100644 --- a/pppstats/Makefile.ultrix +++ b/pppstats/Makefile.ultrix @@ -1,8 +1,11 @@ # # pppstats makefile -# $Id: Makefile.ultrix,v 1.3 1995/04/28 06:23:39 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 @@ -17,6 +20,7 @@ all: 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)