aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/host-tools
Commit message (Collapse)AuthorAgeFilesLines
* local.dirdeps.mk skip N_host_libs for non-FreeBSD hostSimon J. Gerraty2023-05-041-1/+1
| | | | | | | | | The N_host_libs dance only makes sense if host is FreeBSD. Even then, if MK_host_egacy is yes we need libmd libnetbsd does not need libutil when using libegacy Sponsored by: Juniper Networks, Inc.
* local.meta.sys.mk set BOOTSTRAPPINGSimon J. Gerraty2023-05-031-11/+3
| | | | | | | When building for host on non-FreeBSD some makefiles want to see BOOTSTRAPPING defined. With this libmd and hence nmtree build ok
* Additions to targets/pseudo/host-toolsSimon J. Gerraty2023-04-271-3/+21
| | | | | More tools needed to be built for Linux. These are the ones that "just work".
* Build host tools on non-FreeBSD host with DIRDEPS_BUILDSimon J. Gerraty2023-04-222-0/+8
Add Makefile.depend.options to libnetbsd, mkimg and makefs to ensure libegacy is build if needed. targets/pseudo/stage/Makefile avoid the need for mtree the staging process creates target dirs as needed anyway. Reviewed by: stevek Sponsored by: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D39757