Module Name: src
Committed By: pgoyette
Date: Sat Jan 8 07:02:18 UTC 2011
Modified Files:
src/regress/lib/libc: Makefile
Removed Files:
src/regress/lib/libc/rpc: Makefile Makefile.inc
src/regress/lib/libc/rpc/xdr: Makefile testbits.x xdrtest.c
Log Message:
rpc/xdr test has been atf-ified
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/regress/lib/libc/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/rpc/Makefile \
src/regress/lib/libc/rpc/Makefile.inc
cvs rdiff -u -r1.10 -r0 src/regress/lib/libc/rpc/xdr/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/rpc/xdr/testbits.x
cvs rdiff -u -r1.5 -r0 src/regress/lib/libc/rpc/xdr/xdrtest.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.76 src/regress/lib/libc/Makefile:1.77
--- src/regress/lib/libc/Makefile:1.76 Fri Jan 7 15:08:40 2011
+++ src/regress/lib/libc/Makefile Sat Jan 8 07:02:17 2011
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2011/01/07 15:08:40 pgoyette Exp $
+# $NetBSD: Makefile,v 1.77 2011/01/08 07:02:17 pgoyette Exp $
-SUBDIR+= citrus divrem getaddrinfo int_fmtio locale regex rpc
+SUBDIR+= citrus divrem getaddrinfo int_fmtio locale regex
.include <bsd.own.mk>
.include <bsd.sys.mk>