]> git.ozlabs.org Git - ppp.git/commitdiff
install man page
authorPaul Mackerras <paulus@samba.org>
Thu, 1 Jun 1995 01:32:37 +0000 (01:32 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 1 Jun 1995 01:32:37 +0000 (01:32 +0000)
chat/Makefile.osf
pppstats/Makefile.osf

index 021b399c5cfac9d262716211a46a180add91552f..9b0d747ca57fba2faa181b1d1c25d51ec430f452 100644 (file)
@@ -9,6 +9,7 @@ chat: chat.o
 
 install: chat
        installbsd -c chat $(BINDIR)/chat
+       installbsd -c -m 444 chat.8 $(MANDIR)/man8/chat.8
 
 clean:
        rm -f *~ *.o chat
index 29cd9848f62b3e725af144d71715ccb069f4398d..b63b14e4b6d2ae70d1233687cca3616e83b8860a 100644 (file)
@@ -16,6 +16,7 @@ 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)