mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
188bf8876f
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
7 lines
99 B
Makefile
7 lines
99 B
Makefile
DIRDEPS_OPTIONS = host_egacy
|
|
|
|
DIRDEPS.host_egacy.yes = tools/build
|
|
|
|
.include <dirdeps-options.mk>
|
|
|