diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-10-20 18:43:12 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-10-20 18:43:12 +0000 |
| commit | 2abd48643a0d07e0cc6c234eeb2ba990f7b8aab5 (patch) | |
| tree | a69716f0d5b7d5a1f05ed628e735f9f1da7bfc14 /gnu/lib | |
| parent | de0d37e2e3e2d700cf5649a0decb9f22fa07e0ac (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index cfb69a841ac7..0e17c229ed23 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -15,7 +15,7 @@ SUBDIR+= libreadline .endif .if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \ - ${GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no" + ${MK_GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no" SUBDIR+= libregex .endif |
