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/sys/Makefile | |
parent | f65be4bfb39e150d7a00b2e0d5d1569c00c75269 (diff) |
no more need to explicitly specify regress: _SUBDIRUSE targets anymore.
XXX - what about the install targets?
Diffstat (limited to 'regress/sys/Makefile')
-rw-r--r-- | regress/sys/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/sys/Makefile b/regress/sys/Makefile index 267cf6e14b4..541c79f9616 100644 --- a/regress/sys/Makefile +++ b/regress/sys/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/02/16 17:38:31 art Exp $ +# $OpenBSD: Makefile,v 1.6 2002/02/23 01:25:11 art Exp $ # $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $ SUBDIR+= kern fdescfs uvm @@ -6,8 +6,6 @@ SUBDIR+= kern fdescfs uvm SUBDIR+= arch/${MACHINE} .endif -regress: _SUBDIRUSE - install: .include <bsd.subdir.mk> |