]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.ultrix
fix MT stuff; add DEBUG to compile command line for now
[ppp.git] / pppstats / Makefile.ultrix
index 3d856fe1efa39d209df247ed8578ec335068f6b9..519cf1f138e03a8cef077782ddf7fc98810e2351 100644 (file)
@@ -1,22 +1,26 @@
 #
 # pppstats makefile
-# $Id: Makefile.ultrix,v 1.3 1995/04/28 06:23:39 paulus Exp $
+# $Id: Makefile.ultrix,v 1.6 1998/03/25 02:21:27 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)
+CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS)
 
 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)