Properly connect tests.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-10-31 00:03:49 +00:00
parent 6c0e752349
commit 02dea92c10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325185

View File

@ -10,7 +10,7 @@ DIRDEPS = \
targets/pseudo/userland \
.if ${MK_TESTS} != "no"
DIRDEPS+= targes/pseudo/tests
DIRDEPS+= targets/pseudo/tests
.endif
.include <dirdeps.mk>