K 10 svn:author V 11 arichardson K 8 svn:date V 27 2020-10-12T10:42:19.829487Z K 7 svn:log V 401 Don't use install(1) for the library symlinks in the build directory It appears this was changed from ln to use install in rS245752. I noticed this because my buildenv was setting INSTALL=install -U -M //METALOG and then these links fail to be created with the following error: install: open //METALOG: Permission denied Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D26618 END