diff options
author | 2002-02-23 01:25:10 +0000 | |
---|---|---|
committer | 2002-02-23 01:25:10 +0000 | |
commit | 83e1dfa3214af856ac80c65539d6305aa30545b3 (patch) | |
tree | fcdd0b7a4ff446be2f07fc0c2664df8d0e2a874f /regress/lib/libc | |
parent | Mention that normalization happens before filtering, and that the position (diff) | |
download | wireguard-openbsd-83e1dfa3214af856ac80c65539d6305aa30545b3.tar.xz wireguard-openbsd-83e1dfa3214af856ac80c65539d6305aa30545b3.zip |
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/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libc/arch/alpha/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libc/ieeefp/Makefile | 4 |
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> |