xref: /freebsd/tests/Makefile.inc0 (revision d0b2dbfa)
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