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