From d511b20a693d77c1dc2491a62124471361eddd8e Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 2 Aug 2017 08:50:42 +0000 Subject: Add HAS_TESTS to all Makefiles that are currently using the `SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912. --- bin/cat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/cat') diff --git a/bin/cat/Makefile b/bin/cat/Makefile index 328692b30cd8..8d0a6e20c349 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -6,6 +6,7 @@ PACKAGE=runtime PROG= cat +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include -- cgit v1.2.3