]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.ultrix
use standard cc
[ppp.git] / pppstats / Makefile.ultrix
index 3d856fe1efa39d209df247ed8578ec335068f6b9..063a41e0e4fa416036b078f7918ae7510344bffb 100644 (file)
@@ -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)