freebsd-src/usr.bin/tar/Makefile.depend.options
Simon J. Gerraty 976ba7f02a Enable building tar for non-FreeBSD host
For DIRDEPS_BUILD we need Makefile.depend.options to
force libegacy to be built on older FreeBSD and non-FreeBSD hosts.

Add readpassphrase to libegacy to avoid the need for libbsd on Linux

src.opts.mk disable TESTS for host if MK_host_egacy is yes

Reviewed by:	imp
Sponsored by:	Juniper Networks, Inc.
Differential Revision:	https://reviews.freebsd.org/D39766
2023-04-24 10:20:17 -07:00

7 lines
99 B
Makefile

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