diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-23 01:25:12 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-23 01:25:12 +0000 |
commit | 756cb04f5c13353010d29ecfafc385228799e97a (patch) | |
tree | a8bcd88676eae3090f8cc915072192414597a77c /regress/lib/libc/arch/alpha | |
parent | f65be4bfb39e150d7a00b2e0d5d1569c00c75269 (diff) |
no more need to explicitly specify regress: _SUBDIRUSE targets anymore.
XXX - what about the install targets?
Diffstat (limited to 'regress/lib/libc/arch/alpha')
-rw-r--r-- | regress/lib/libc/arch/alpha/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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> |