Fix build race after r295643.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-02-17 18:41:55 +00:00
parent bd4c1dd6d6
commit 52d66ba6ae

View File

@ -22,6 +22,8 @@ TESTS_SUBDIRS+= termios
TESTS_SUBDIRS+= tls
TESTS_SUBDIRS+= ttyio
SUBDIR_DEPEND_tls= tls_dso
.if ${MK_LOCALES} != "no"
TESTS_SUBDIRS+= locale
.endif