From: Paul Mackerras Date: Thu, 1 Jun 1995 01:32:37 +0000 (+0000) Subject: install man page X-Git-Tag: RELEASE_2_3_6~683 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=3f42d1e07a7f1a8e783ad79417778accddbb4df5 install man page --- diff --git a/chat/Makefile.osf b/chat/Makefile.osf index 021b399..9b0d747 100644 --- a/chat/Makefile.osf +++ b/chat/Makefile.osf @@ -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 diff --git a/pppstats/Makefile.osf b/pppstats/Makefile.osf index 29cd984..b63b14e 100644 --- a/pppstats/Makefile.osf +++ b/pppstats/Makefile.osf @@ -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)