summaryrefslogtreecommitdiff
path: root/regress/lib/libc
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-02-23 01:25:12 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-02-23 01:25:12 +0000
commit756cb04f5c13353010d29ecfafc385228799e97a (patch)
treea8bcd88676eae3090f8cc915072192414597a77c /regress/lib/libc
parentf65be4bfb39e150d7a00b2e0d5d1569c00c75269 (diff)
no more need to explicitly specify regress: _SUBDIRUSE targets anymore.
XXX - what about the install targets?
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/Makefile4
-rw-r--r--regress/lib/libc/arch/alpha/Makefile4
-rw-r--r--regress/lib/libc/ieeefp/Makefile4
3 files changed, 3 insertions, 9 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile
index 330da3217fc..acd3792e905 100644
--- a/regress/lib/libc/Makefile
+++ b/regress/lib/libc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2002/02/18 11:28:27 art Exp $
+# $OpenBSD: Makefile,v 1.7 2002/02/23 01:25:10 art Exp $
SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc sigreturn popen
SUBDIR+= longjmp
@@ -10,8 +10,6 @@ SUBDIR+= ieeefp
SUBDIR+= arch/${MACHINE_ARCH}
.endif
-regress: _SUBDIRUSE
-
install:
.include <bsd.subdir.mk>
diff --git a/regress/lib/libc/arch/alpha/Makefile b/regress/lib/libc/arch/alpha/Makefile
index f8cc7698249..8c4dfb735cd 100644
--- a/regress/lib/libc/arch/alpha/Makefile
+++ b/regress/lib/libc/arch/alpha/Makefile
@@ -1,11 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:38 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2002/02/23 01:25:11 art Exp $
# $NetBSD: Makefile,v 1.1 1995/04/24 05:53:31 cgd Exp $
# do nothing here; none of the tests here can be run automatically
SUBDIR=
-regress: _SUBDIRUSE
-
install:
.include <bsd.subdir.mk>
diff --git a/regress/lib/libc/ieeefp/Makefile b/regress/lib/libc/ieeefp/Makefile
index 8db45d2f3db..f9a6035fa95 100644
--- a/regress/lib/libc/ieeefp/Makefile
+++ b/regress/lib/libc/ieeefp/Makefile
@@ -1,10 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2002/02/16 17:22:40 pvalchev Exp $
+# $OpenBSD: Makefile,v 1.5 2002/02/23 01:25:11 art Exp $
# $NetBSD: Makefile,v 1.5 1996/04/09 16:54:18 phil Exp $
SUBDIR+= except inf round
-regress: _SUBDIRUSE
-
install:
.include <bsd.subdir.mk>