diff options
author | bde <bde@FreeBSD.org> | 1999-12-17 07:49:03 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-12-17 07:49:03 +0000 |
commit | 8fa948d7c02bb28d3a56934fcab37ab2677ab242 (patch) | |
tree | 684bb2e59ddc57d6b0999dd9bbbf815b933a8190 /usr.bin/lex | |
parent | ac572e80ab2682d081bc2f1a73ba1740f185c574 (diff) | |
download | FreeBSD-src-8fa948d7c02bb28d3a56934fcab37ab2677ab242.zip FreeBSD-src-8fa948d7c02bb28d3a56934fcab37ab2677ab242.tar.gz |
Install Flexlexer.h with mode 444.
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index ec6a61e..f7604c2 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -33,7 +33,7 @@ skel.c: mkskel.sh flex.skl sh ${.CURDIR}/mkskel.sh ${.CURDIR}/flex.skl > skel.c beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 644 \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include/g++ bootstrap: initscan.c |