diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-18 10:16:31 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-18 10:16:31 +0000 |
commit | b07065e3dbcce6bcf0da05deee8a5afd270fe65a (patch) | |
tree | 7d954645c7115da3908f7af28ef9570387f5df35 /regress | |
parent | 928313021d7e7c62ba7103154e196e2e52e69f6d (diff) |
Actually, remove the whole "missing" line.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/Makefile b/regress/Makefile index 7ec885c6714..6be53d9011f 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2002/02/18 10:16:01 art Exp $ +# $OpenBSD: Makefile,v 1.11 2002/02/18 10:16:30 art Exp $ # # To run full regression tests you just need two steps: @@ -13,8 +13,6 @@ # a log file, use an absolute path. # To skip the really slow tests, set the REGRESSSKIPSLOW variable. -# missing: usr.sbin games gnu - SUBDIR+= etc bin include lib libexec sbin sys share usr.bin regress: _SUBDIRUSE |