svn commit: r325185 - head/targets/pseudo/the-lot

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 31 00:03:53 UTC 2017


Author: bdrewery
Date: Tue Oct 31 00:03:49 2017
New Revision: 325185
URL: https://svnweb.freebsd.org/changeset/base/325185

Log:
  Properly connect tests.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/targets/pseudo/the-lot/Makefile.depend

Modified: head/targets/pseudo/the-lot/Makefile.depend
==============================================================================
--- head/targets/pseudo/the-lot/Makefile.depend	Tue Oct 31 00:03:46 2017	(r325184)
+++ head/targets/pseudo/the-lot/Makefile.depend	Tue Oct 31 00:03:49 2017	(r325185)
@@ -10,7 +10,7 @@ DIRDEPS = \
 	targets/pseudo/userland \
 
 .if ${MK_TESTS} != "no"
-DIRDEPS+= targes/pseudo/tests
+DIRDEPS+= targets/pseudo/tests
 .endif
 
 .include <dirdeps.mk>


More information about the svn-src-all mailing list