diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2021-01-08 19:57:32 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2021-01-08 19:58:35 +0000 |
| commit | 04a3ba363d13cf5efaeb63f64cd3fdd6b9c71248 (patch) | |
| tree | 05dea7657eba86e046ead78235b8c9198b2ceb72 /lib/libregex | |
| parent | d36b5dbe28d8ebab219fa29db533734d47f0c4a3 (diff) | |
Diffstat (limited to 'lib/libregex')
| -rw-r--r-- | lib/libregex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libregex/Makefile b/lib/libregex/Makefile index 186bb20088ce..5e54c3a5312a 100644 --- a/lib/libregex/Makefile +++ b/lib/libregex/Makefile @@ -14,7 +14,7 @@ WARNS?= 2 VERSION_DEF= ${.CURDIR}/Versions.def SYMBOL_MAPS= ${.CURDIR}/Symbol.map -#HAS_TESTS= +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include "../Makefile.inc" |
