Module Name: src
Committed By: pgoyette
Date: Fri Jan 7 02:51:39 UTC 2011
Modified Files:
src/regress/lib/libc: Makefile
Removed Files:
src/regress/lib/libc/sys: Makefile Makefile.inc
src/regress/lib/libc/sys/cerror: Makefile cerror.c
src/regress/lib/libc/sys/ttyio: Makefile ioctl.c
Log Message:
cerror and ttyio tests have been atf-ified
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/regress/lib/libc/Makefile
cvs rdiff -u -r1.2 -r0 src/regress/lib/libc/sys/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/sys/Makefile.inc
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/sys/cerror/Makefile
cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/sys/cerror/cerror.c
cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/sys/ttyio/Makefile \
src/regress/lib/libc/sys/ttyio/ioctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/regress/lib/libc/Makefile
diff -u src/regress/lib/libc/Makefile:1.74 src/regress/lib/libc/Makefile:1.75
--- src/regress/lib/libc/Makefile:1.74 Thu Jan 6 17:22:14 2011
+++ src/regress/lib/libc/Makefile Fri Jan 7 02:51:38 2011
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2011/01/06 17:22:14 pgoyette Exp $
+# $NetBSD: Makefile,v 1.75 2011/01/07 02:51:38 pgoyette Exp $
-SUBDIR+= citrus db divrem getaddrinfo int_fmtio locale regex rpc sys
+SUBDIR+= citrus db divrem getaddrinfo int_fmtio locale regex rpc
.include <bsd.own.mk>
.include <bsd.sys.mk>