History log of /freebsd-current/lib/libnetbsd/Makefile.depend.options
Revision Date Author Comments
# e5e345a4 04-May-2023 Simon J. Gerraty <sjg@FreeBSD.org>

local.dirdeps.mk skip N_host_libs for non-FreeBSD host

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.


# 188bf887 22-Apr-2023 Simon J. Gerraty <sjg@FreeBSD.org>

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