From 7784cc2f097d63d8f650cdc323c58aa254f12d53 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Wed, 21 Jul 1993 21:37:20 +0000 Subject: [PATCH] Made makewhatis installed as 555 so that people could actually run it. --- gnu/usr.bin/man/makewhatis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/man/makewhatis/Makefile b/gnu/usr.bin/man/makewhatis/Makefile index 8dc9c0b69afa..03c95c14fa58 100644 --- a/gnu/usr.bin/man/makewhatis/Makefile +++ b/gnu/usr.bin/man/makewhatis/Makefile @@ -16,7 +16,7 @@ clean: @rm -f ${TARG} install: - install -c -o bin -g bin -m 444 ${TARG} /usr/bin + install -c -o bin -g bin -m 555 ${TARG} /usr/bin ${TARG}: ${.CURDIR}/makewhatis.sh sed -e 's/%sections%/ "1", "n", "l", "6", "8", "2", "3", "4", "5", "7", "p", "o", NULL/' ${.CURDIR}/makewhatis.sh > ${TARG}