diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 02:22:01 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 02:22:01 +0000 |
commit | c2768c1dfa0de6ecab3d8fc4e477a0ce2f976724 (patch) | |
tree | 6f02ad66c76e0468327619f2474d40f6e13988a5 | |
parent | 017c50ca0b5f393a6b04e81e2b67565406db5448 (diff) |
Add libc_r.
This is ok now that simply typing make will actually run "make regress"
and build errors are simply treated as regression test errors.
-rw-r--r-- | regress/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile index 7aa34b10168..c20219ff065 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2001/08/23 04:11:02 fgsch Exp $ +# $OpenBSD: Makefile,v 1.5 2002/01/03 02:22:00 art Exp $ # $NetBSD: Makefile,v 1.2 1995/04/20 22:38:24 cgd Exp $ -SUBDIR+= libc +SUBDIR+= libc libc_r regress: _SUBDIRUSE |