]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.osf
update
[ppp.git] / pppstats / Makefile.osf
index 29cd9848f62b3e725af144d71715ccb069f4398d..309bf04154e5bb02f68e268ab15c69535ee5e548 100644 (file)
@@ -10,12 +10,13 @@ COPTS = -O
 COMPILE_FLAGS = -DSTREAMS
 LIBS =
 
-CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
+CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS)
 
 all: pppstats
 
 install: pppstats
        installbsd -c pppstats $(BINDIR)/pppstats
+       installbsd -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8
 
 pppstats: $(PPPSTATSRCS)
        $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)