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