diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2014-04-28 04:20:14 +0000 |
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2014-04-28 04:20:14 +0000 |
| commit | 71c282135622b077adab17a30a6fcdeb83c47fbb (patch) | |
| tree | 75b9c0126658bfd0f8c3a40cc52ce8056da937c4 /gnu/Makefile | |
| parent | 2402ae908e5e838dab124bc7f51c7782da40a725 (diff) | |
Notes
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 6656adfbdfad..b460590387ae 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> |
