diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-04-28 04:20:14 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-04-28 04:20:14 +0000 |
commit | 797209d767d2ab0f25d4df1b759273052ae7b6d4 (patch) | |
tree | 75b9c0126658bfd0f8c3a40cc52ce8056da937c4 /gnu/Makefile | |
parent | 5b89692b00a51ee27c4f004b3c954b0b123bf551 (diff) | |
download | FreeBSD-src-797209d767d2ab0f25d4df1b759273052ae7b6d4.zip FreeBSD-src-797209d767d2ab0f25d4df1b759273052ae7b6d4.tar.gz |
MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.
This is "make tinderbox" clean.
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.own.mk> + +SUBDIR= lib ${_tests} usr.bin + +.if ${MK_TESTS} != "no" +_tests= tests +.endif .include <bsd.subdir.mk> |