From c9b5634be1ddde16d746c406d532006235cae9db Mon Sep 17 00:00:00 2001 From: art <> Date: Sat, 23 Feb 2002 01:25:11 +0000 Subject: no more need to explicitly specify regress: _SUBDIRUSE targets anymore. XXX - what about the install targets? --- src/regress/lib/libc/Makefile | 4 +--- src/regress/lib/libc/arch/alpha/Makefile | 4 +--- src/regress/lib/libc/ieeefp/Makefile | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 330da3217f..acd3792e90 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/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 diff --git a/src/regress/lib/libc/arch/alpha/Makefile b/src/regress/lib/libc/arch/alpha/Makefile index f8cc769824..8c4dfb735c 100644 --- a/src/regress/lib/libc/arch/alpha/Makefile +++ b/src/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 diff --git a/src/regress/lib/libc/ieeefp/Makefile b/src/regress/lib/libc/ieeefp/Makefile index 8db45d2f3d..f9a6035fa9 100644 --- a/src/regress/lib/libc/ieeefp/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb