mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Install Flexlexer.h with mode 444.
This commit is contained in:
parent
9eb3a6efa7
commit
58de7a0d92
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54732
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user