mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
6 lines
228 B
Text
6 lines
228 B
Text
# tests/... doesn't conform to bsd.lib.mk and bsd.prog.mk, so specify a sane
|
|
# default for MK_CHECK_USE_SANDBOX. src.opts.mk will override the value if the
|
|
# user sets it to no.
|
|
MK_CHECK_USE_SANDBOX= yes
|
|
|
|
.include <bsd.opts.mk>
|