K 10 svn:author V 3 mat K 8 svn:date V 27 2017-03-16T13:10:01.461312Z K 7 svn:log V 368 COPYTREE_SHARE should also be using _SHAREMODE and not SHAREMODE. SHAREMODE defaults to 444, and gives us endless grief because one cannot modify a file that is not writable. So use _SHAREMODE that is 644, so that we can avoid all those CHMOD +w in so many Makefiles. Exp-run: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7623 END