xref: /freebsd/tests/Makefile.inc0 (revision 5e3190f700637fcfc1a52daeaa4a031fdd2557c7)
1
2# tests/... doesn't conform to bsd.lib.mk and bsd.prog.mk, so specify a sane
3# default for MK_CHECK_USE_SANDBOX. src.opts.mk will override the value if the
4# user sets it to no.
5MK_CHECK_USE_SANDBOX=	yes
6
7.include <bsd.opts.mk>
8