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/devd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/devd') diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 3701e6e9457d..a035c92151b4 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -18,6 +18,7 @@ CFLAGS+=-I. -I${.CURDIR} CLEANFILES= y.output +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include -- cgit v1.2.3