Sat Jan 8 07:02:18 2011 UTC ()
rpc/xdr test has been atf-ified


(pgoyette)
diff -r1.76 -r1.77 src/regress/lib/libc/Makefile
diff -r1.1 -r0 src/regress/lib/libc/rpc/Makefile
diff -r1.1 -r0 src/regress/lib/libc/rpc/Makefile.inc
diff -r1.10 -r0 src/regress/lib/libc/rpc/xdr/Makefile
diff -r1.1 -r0 src/regress/lib/libc/rpc/xdr/testbits.x
diff -r1.5 -r0 src/regress/lib/libc/rpc/xdr/xdrtest.c

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

--- src/regress/lib/libc/Makefile 2011/01/07 15:08:40 1.76
+++ src/regress/lib/libc/Makefile 2011/01/08 07:02:17 1.77
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.76 2011/01/07 15:08:40 pgoyette Exp $ 1# $NetBSD: Makefile,v 1.77 2011/01/08 07:02:17 pgoyette Exp $
2 2
3SUBDIR+= citrus divrem getaddrinfo int_fmtio locale regex rpc 3SUBDIR+= citrus divrem getaddrinfo int_fmtio locale regex
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/rpc/Attic/Makefile

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

File Deleted: src/regress/lib/libc/rpc/xdr/Attic/Makefile

File Deleted: src/regress/lib/libc/rpc/xdr/Attic/testbits.x

File Deleted: src/regress/lib/libc/rpc/xdr/Attic/xdrtest.c