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