freebsd-src/usr.bin/mkimg/Makefile.depend.options
Simon J. Gerraty 188bf8876f Build host tools on non-FreeBSD host with DIRDEPS_BUILD
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
2023-04-22 13:13:22 -07:00

7 lines
99 B
Makefile

DIRDEPS_OPTIONS = host_egacy
DIRDEPS.host_egacy.yes = tools/build
.include <dirdeps-options.mk>