From 797209d767d2ab0f25d4df1b759273052ae7b6d4 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 28 Apr 2014 04:20:14 +0000 Subject: MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies. This is "make tinderbox" clean. --- gnu/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gnu/Makefile') diff --git a/gnu/Makefile b/gnu/Makefile index 6656adf..b460590 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,6 +1,12 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 # $FreeBSD$ -SUBDIR= lib usr.bin +.include + +SUBDIR= lib ${_tests} usr.bin + +.if ${MK_TESTS} != "no" +_tests= tests +.endif .include -- cgit v1.1