Fri Jan 7 02:51:39 2011 UTC ()
cerror and ttyio tests have been atf-ified


(pgoyette)
diff -r1.74 -r1.75 src/regress/lib/libc/Makefile
diff -r1.2 -r0 src/regress/lib/libc/sys/Makefile
diff -r1.1 -r0 src/regress/lib/libc/sys/Makefile.inc
diff -r1.1 -r0 src/regress/lib/libc/sys/cerror/Makefile
diff -r1.3 -r0 src/regress/lib/libc/sys/cerror/cerror.c
diff -r1.3 -r0 src/regress/lib/libc/sys/ttyio/Makefile
diff -r1.3 -r0 src/regress/lib/libc/sys/ttyio/ioctl.c

cvs diff -r1.74 -r1.75 src/regress/lib/libc/Makefile (expand / switch to unified diff)

--- src/regress/lib/libc/Makefile 2011/01/06 17:22:14 1.74
+++ src/regress/lib/libc/Makefile 2011/01/07 02:51:38 1.75
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.74 2011/01/06 17:22:14 pgoyette Exp $ 1# $NetBSD: Makefile,v 1.75 2011/01/07 02:51:38 pgoyette Exp $
2 2
3SUBDIR+= citrus db divrem getaddrinfo int_fmtio locale regex rpc sys 3SUBDIR+= citrus db divrem getaddrinfo int_fmtio locale regex rpc
4 4
5.include <bsd.own.mk> 5.include <bsd.own.mk>
6.include <bsd.sys.mk> 6.include <bsd.sys.mk>
7 7
8.if exists(arch/${MACHINE_ARCH}) 8.if exists(arch/${MACHINE_ARCH})
9SUBDIR+= arch/${MACHINE_ARCH} 9SUBDIR+= arch/${MACHINE_ARCH}
10.endif 10.endif
11 11
12.include <bsd.subdir.mk> 12.include <bsd.subdir.mk>

File Deleted: src/regress/lib/libc/sys/Attic/Makefile

File Deleted: src/regress/lib/libc/sys/Attic/Makefile.inc

File Deleted: src/regress/lib/libc/sys/cerror/Attic/Makefile

File Deleted: src/regress/lib/libc/sys/cerror/Attic/cerror.c

File Deleted: src/regress/lib/libc/sys/ttyio/Attic/Makefile

File Deleted: src/regress/lib/libc/sys/ttyio/Attic/ioctl.c