svn commit: r283845 - head/tests
Garrett Cooper
ngie at FreeBSD.org
Sun May 31 22:24:30 UTC 2015
Author: ngie
Date: Sun May 31 22:24:29 2015
New Revision: 283845
URL: https://svnweb.freebsd.org/changeset/base/283845
Log:
Append to SUBDIR, not set it
Pointyhat to: ngie
Modified:
head/tests/Makefile
Modified: head/tests/Makefile
==============================================================================
--- head/tests/Makefile Sun May 31 22:20:36 2015 (r283844)
+++ head/tests/Makefile Sun May 31 22:24:29 2015 (r283845)
@@ -2,8 +2,8 @@
.include <bsd.own.mk>
-SUBDIR= etc
-SUBDIR= sys
+SUBDIR+= etc
+SUBDIR+= sys
TESTSDIR= ${TESTSBASE}
KYUAFILE= yes
More information about the svn-src-head
mailing list