From 47606b869eb149ebb7135d6594c3b9b9f05b9aed Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 2 Aug 2017 22:24:08 +0000 Subject: Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact that tests/... is a special snowflake directory and using HAS_TESTS would result in a nasty layering violation between bsd.tests.mk and bsd.prog.mk. Add reachover Makefile.inc's which get the default value from Makefile.inc0 (inspired by gnu/usr.bin/binutils/Makefile.inc0). --- tests/etc/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/etc/Makefile.inc (limited to 'tests/etc/Makefile.inc') diff --git a/tests/etc/Makefile.inc b/tests/etc/Makefile.inc new file mode 100644 index 000000000000..2cba822015ae --- /dev/null +++ b/tests/etc/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "${SRCTOP}/tests/Makefile.inc0" -- cgit v1.2.3