Module Name: src
Committed By: riastradh
Date: Fri Apr 8 21:53:10 UTC 2016
Modified Files:
src/tests/include/sys: Makefile
Log Message:
Make this list diff- and sort-friendlier.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/include/sys/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/include/sys/Makefile
diff -u src/tests/include/sys/Makefile:1.9 src/tests/include/sys/Makefile:1.10
--- src/tests/include/sys/Makefile:1.9 Sat Jan 23 21:22:48 2016
+++ src/tests/include/sys/Makefile Fri Apr 8 21:53:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/01/23 21:22:48 christos Exp $
+# $NetBSD: Makefile,v 1.10 2016/04/08 21:53:10 riastradh Exp $
NOMAN= # defined
@@ -6,7 +6,11 @@ NOMAN= # defined
TESTSDIR= ${TESTSBASE}/include/sys
-TESTS_C= t_bitops t_bootblock t_cdefs t_tree t_types
+TESTS_C+= t_bitops
+TESTS_C+= t_bootblock
+TESTS_C+= t_cdefs
+TESTS_C+= t_tree
+TESTS_C+= t_types
LDADD.t_bitops+= -lm