Module Name: src
Committed By: pgoyette
Date: Wed Nov 7 16:36:49 UTC 2012
Modified Files:
src/tests/kernel: Makefile
Log Message:
Add missing '+' so we include t_lock as well as t_lockf and others.
Should fix the build break.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/tests/kernel/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/kernel/Makefile
diff -u src/tests/kernel/Makefile:1.30 src/tests/kernel/Makefile:1.31
--- src/tests/kernel/Makefile:1.30 Wed Nov 7 14:00:38 2012
+++ src/tests/kernel/Makefile Wed Nov 7 16:36:49 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2012/11/07 14:00:38 pgoyette Exp $
+# $NetBSD: Makefile,v 1.31 2012/11/07 16:36:49 pgoyette Exp $
NOMAN= # defined
@@ -8,7 +8,7 @@ TESTSDIR= ${TESTSBASE}/kernel
TESTS_SUBDIRS= kqueue
TESTS_C= t_lock
-TESTS_C= t_lockf
+TESTS_C+= t_lockf
TESTS_C+= t_pty
TESTS_C+= t_mqueue
TESTS_C+= t_sysv