diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-10-22 03:39:11 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-10-22 03:39:11 +0000 |
| commit | b55e8e6e0dc00b5dc9dcc344d057ab88c98df0f8 (patch) | |
| tree | 20a7489dbd0a71411bf02b8c35d3dff131507296 /lib/Makefile | |
| parent | b1c5d8f7c308633dbfcf19c5928acb1489b84ac9 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index c558f1188499..b683a90f6ff9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -276,8 +276,10 @@ _libsmutil= libsmutil _libtelnet= libtelnet .endif -.if ${MK_TESTS} != "no" +.if ${MK_TESTS_SUPPORT} != "no" _atf= atf +.endif +.if ${MK_TESTS} != "no" _tests= tests .endif |
