From 3f42d1e07a7f1a8e783ad79417778accddbb4df5 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 1 Jun 1995 01:32:37 +0000 Subject: [PATCH] install man page --- chat/Makefile.osf | 1 + pppstats/Makefile.osf | 1 + 2 files changed, 2 insertions(+) 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) -- 2.39.2