mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
e5e345a4b0
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.
8 lines
135 B
Makefile
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>
|
|
|