freebsd-dev/lib/libnetbsd/Makefile.depend.options
Simon J. Gerraty e5e345a4b0 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.
2023-05-04 11:58:39 -07:00

8 lines
135 B
Makefile

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