mk/crunchgen: Allow to use symlinks for crunched programs
authorAaron LI <aly@aaronly.me>
Sat, 9 Jun 2018 05:42:51 +0000 (13:42 +0800)
committerAaron LI <aly@aaronly.me>
Sun, 1 Jul 2018 09:21:59 +0000 (17:21 +0800)
commita4e18c0f6d890e6df865a8832a5dc07dfffe7c02
treec4e8bf5d8d444b32324c21dd14d95a4cc8eeade9
parent8d50421afe51abbc28166f78d133b69d49ffd5ba
mk/crunchgen: Allow to use symlinks for crunched programs

Add support to create symlinks (i.e., soft links) instead of hard links
for the crunched programs.

If the variable CRUNCH_USE_SYMLINKS is set (default: not set), then use
symlinks instead of hard links.
initrd/Makefile.inc
initrd/bin/Makefile
initrd/sbin.libcrypto/Makefile
initrd/sbin/Makefile
share/mk/bsd.crunchgen.mk