mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
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.
7 lines
135 B
Makefile
7 lines
135 B
Makefile
DIRDEPS_OPTIONS = host_egacy
|
|
|
|
DIRDEPS.host_egacy.no = lib/libutil
|
|
DIRDEPS.host_egacy.yes = tools/build
|
|
|
|
.include <dirdeps-options.mk>
|
|
|