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