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. --- sbin/dhclient/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/dhclient/Makefile') diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index f4a9a331ca66..98beb6e44634 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -46,6 +46,7 @@ LIBADD= util WARNS?= 2 +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include -- cgit v1.2.3