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.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- src/tests/lib/libc/sys/Makefile 2011/10/15 06:42:16 1.13 +++ src/tests/lib/libc/sys/Makefile 2011/10/15 06:50:52 1.14 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/10/15 06:42:16 jruoho Exp $ +# $NetBSD: Makefile,v 1.14 2011/10/15 06:50:52 jruoho Exp $ MKMAN= no @@ -46,6 +46,7 @@ TESTS_C+= t_timer_create TESTS_C+= t_truncate TESTS_C+= t_umask TESTS_C+= t_unlink +TESTS_C+= t_write SRCS.t_mprotect= t_mprotect.c ${SRCS_EXEC_PROT}