Author: asomers
Date: Fri Jan 24 18:04:16 2014
New Revision: 261133
URL: http://svnweb.freebsd.org/changeset/base/261133

Log:
  Fix the Makefiles so that the tests I submitted in r261081 will actually
  get built.
  
  Sponsored by: Spectra Logic
  MFC after:    13 days
  X-MFC-With:   r261081

Modified:
  head/tests/Makefile
  head/tests/sys/Makefile

Modified: head/tests/Makefile
==============================================================================
--- head/tests/Makefile Fri Jan 24 18:01:46 2014        (r261132)
+++ head/tests/Makefile Fri Jan 24 18:04:16 2014        (r261133)
@@ -2,7 +2,7 @@
 
 .include <bsd.own.mk>
 
-SUBDIR= # still empty
+SUBDIR= sys
 
 TESTSDIR= ${TESTSBASE}
 KYUAFILE= yes

Modified: head/tests/sys/Makefile
==============================================================================
--- head/tests/sys/Makefile     Fri Jan 24 18:01:46 2014        (r261132)
+++ head/tests/sys/Makefile     Fri Jan 24 18:04:16 2014        (r261133)
@@ -2,6 +2,7 @@
 
 .include <bsd.own.mk>
 
+SUBDIR= kern
 TESTSDIR= ${TESTSBASE}/sys
 
 KYUAFILE= yes
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to