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. --- usr.bin/diff3/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/diff3') diff --git a/usr.bin/diff3/Makefile b/usr.bin/diff3/Makefile index 03cf52ad9876..fb56e8861955 100644 --- a/usr.bin/diff3/Makefile +++ b/usr.bin/diff3/Makefile @@ -4,6 +4,7 @@ PROG= diff3 +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include -- cgit v1.3