Module Name: src
Committed By: pgoyette
Date: Sat Jan 8 18:42:48 UTC 2011
Modified Files:
src/regress/lib/libc: Makefile
Log Message:
Since the regex test is gone, don't try to descend into its SUBDIR
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/regress/lib/libc/Makefile
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.77 src/regress/lib/libc/Makefile:1.78
--- src/regress/lib/libc/Makefile:1.77 Sat Jan 8 07:02:17 2011
+++ src/regress/lib/libc/Makefile Sat Jan 8 18:42:47 2011
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2011/01/08 07:02:17 pgoyette Exp $
+# $NetBSD: Makefile,v 1.78 2011/01/08 18:42:47 pgoyette Exp $
-SUBDIR+= citrus divrem getaddrinfo int_fmtio locale regex
+SUBDIR+= citrus divrem getaddrinfo int_fmtio locale
.include <bsd.own.mk>
.include <bsd.sys.mk>