diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-12-04 15:21:12 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-12-04 15:21:12 +0000 |
| commit | 2756e138434516b9c6368c6ce0490e3eba808f2e (patch) | |
| tree | af613710db47fe0a55ca11303c3ffeeb35b09bde /gnu | |
| parent | 81359d594f63cbcaa912690204d2e14244fab554 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 25255514261c..e4f793e13aad 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -6,8 +6,7 @@ SUBDIR= SUBDIR.${MK_DIALOG}+= libdialog SUBDIR.${MK_TESTS}+= tests -.if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \ - ${MK_GDB} != "no" +.if ${MK_GNU_GREP} != "no" || ${MK_GDB} != "no" SUBDIR+= libregex .endif |
