Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/lib/libc/sys/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/tests/lib/libc/sys/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/tests/lib/libc/sys/Makefile 2011/01/13 02:40:44 1.2 +++ src/tests/lib/libc/sys/Makefile 2011/01/13 03:09:54 1.3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/01/13 02:40:44 pgoyette Exp $ +# $NetBSD: Makefile,v 1.3 2011/01/13 03:09:54 pgoyette Exp $ MKMAN= no @@ -9,7 +9,7 @@ TESTSDIR= ${TESTSBASE}/lib/libc/sys TESTS_C+= t_cerror TESTS_C+= t_clone TESTS_C+= t_context -TESTS_C= t_sigqueue +TESTS_C+= t_sigqueue .include