Sat Jan 8 18:42:48 2011 UTC ()
Since the regex test is gone, don't try to descend into its SUBDIR


(pgoyette)
diff -r1.77 -r1.78 src/regress/lib/libc/Makefile

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

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