mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 21:48:17 +00:00
![Jun Kuriyama](/assets/img/avatar_default.png)
cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde