diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-02-05 21:48:05 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-02-05 21:48:05 +0000 |
commit | 344daa2a66b00732eade42d698b46b79a93d8c71 (patch) | |
tree | 311c357d55ea888501835557cfbe57125925bf49 /regress | |
parent | 4478f14afdea56d58f9547b38719b075bc38fb15 (diff) |
regress has a libexec subdir now.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/Makefile b/regress/Makefile index 3de5c87bec4..46fbb7bd6ac 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2002/01/04 22:40:04 art Exp $ +# $OpenBSD: Makefile,v 1.9 2002/02/05 21:48:04 matthieu Exp $ # # To run full regression tests you just need two steps: @@ -13,9 +13,9 @@ # a log file, use an absolute path. # To skip the really slow tests, set the REGRESSSKIPSLOW variable. -# missing: libexec bin usr.sbin share games gnu +# missing: bin usr.sbin share games gnu -SUBDIR+= etc bin include lib sbin sys share usr.bin +SUBDIR+= etc bin include lib libexec sbin sys share usr.bin regress: _SUBDIRUSE |