diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-18 10:16:02 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-18 10:16:02 +0000 |
commit | 928313021d7e7c62ba7103154e196e2e52e69f6d (patch) | |
tree | d66b078aee864ef72c1d5ef84d32f74aa84e31bc | |
parent | 5cc7261d6efe1f40555dc54b0973ad16537c1650 (diff) |
Remove some parts that are there from the "missing" line.
-rw-r--r-- | regress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index 46fbb7bd6ac..7ec885c6714 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2002/02/05 21:48:04 matthieu Exp $ +# $OpenBSD: Makefile,v 1.10 2002/02/18 10:16:01 art Exp $ # # To run full regression tests you just need two steps: @@ -13,7 +13,7 @@ # a log file, use an absolute path. # To skip the really slow tests, set the REGRESSSKIPSLOW variable. -# missing: bin usr.sbin share games gnu +# missing: usr.sbin games gnu SUBDIR+= etc bin include lib libexec sbin sys share usr.bin |