diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 22:24:08 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 22:24:08 +0000 |
commit | 47606b869eb149ebb7135d6594c3b9b9f05b9aed (patch) | |
tree | 4d40e7b6b0dd4dfd7afc194675baa3fa2896ab9d /tests/etc | |
parent | eb51cdee612cda60747fb8e0d8eb8808ec54330d (diff) | |
download | src-47606b869eb149ebb7135d6594c3b9b9f05b9aed.tar.gz src-47606b869eb149ebb7135d6594c3b9b9f05b9aed.zip |
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).
Notes
Notes:
svn path=/projects/make-check-sandbox/; revision=321960
Diffstat (limited to 'tests/etc')
-rw-r--r-- | tests/etc/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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" |