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/tail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/tail/Makefile') diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile index 8012419affb5..d586afe01c18 100644 --- a/usr.bin/tail/Makefile +++ b/usr.bin/tail/Makefile @@ -6,6 +6,7 @@ PROG= tail SRCS= forward.c misc.c read.c reverse.c tail.c +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include -- cgit v1.2.3