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/usr.bin | |
parent | f65be4bfb39e150d7a00b2e0d5d1569c00c75269 (diff) |
no more need to explicitly specify regress: _SUBDIRUSE targets anymore.
XXX - what about the install targets?
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/usr.bin/Makefile b/regress/usr.bin/Makefile index 11988d7f060..15a9c96f965 100644 --- a/regress/usr.bin/Makefile +++ b/regress/usr.bin/Makefile @@ -1,8 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2002/02/14 17:39:36 markus Exp $ +# $OpenBSD: Makefile,v 1.7 2002/02/23 01:25:11 art Exp $ # $NetBSD: Makefile,v 1.1 1997/12/30 23:27:11 cgd Exp $ SUBDIR+= m4 make sort ssh tsort -regress: _SUBDIRUSE - .include <bsd.subdir.mk> |