Module Name: src
Committed By: pgoyette
Date: Fri Jan 7 15:08:41 UTC 2011
Modified Files:
src/regress/lib/libc: Makefile
Removed Files:
src/regress/lib/libc/db: Makefile README dbtest.c run.test
Log Message:
The db test has been atf-ified
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/regress/lib/libc/Makefile
cvs rdiff -u -r1.19 -r0 src/regress/lib/libc/db/Makefile
cvs rdiff -u -r1.5 -r0 src/regress/lib/libc/db/README
cvs rdiff -u -r1.18 -r0 src/regress/lib/libc/db/dbtest.c
cvs rdiff -u -r1.11 -r0 src/regress/lib/libc/db/run.test
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.75 src/regress/lib/libc/Makefile:1.76
--- src/regress/lib/libc/Makefile:1.75 Fri Jan 7 02:51:38 2011
+++ src/regress/lib/libc/Makefile Fri Jan 7 15:08:40 2011
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2011/01/07 02:51:38 pgoyette Exp $
+# $NetBSD: Makefile,v 1.76 2011/01/07 15:08:40 pgoyette Exp $
-SUBDIR+= citrus db divrem getaddrinfo int_fmtio locale regex rpc
+SUBDIR+= citrus divrem getaddrinfo int_fmtio locale regex rpc
.include <bsd.own.mk>
.include <bsd.sys.mk>