diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-12-22 21:36:40 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-12-25 21:14:17 +0000 |
| commit | 8aff76fb37b58a74832831ac1c54a013a64b35e7 (patch) | |
| tree | 01f33cd6fb92aa9afc82f4a9ded361772c208ad9 /gnu | |
| parent | eae35125e948b2d92d3ba1d9687cb08086393ae8 (diff) | |
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/Makefile | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index b31838503ded..1b42da377883 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -6,10 +6,6 @@ SUBDIR= SUBDIR.${MK_DIALOG}+= libdialog SUBDIR.${MK_TESTS}+= tests -.if ${MK_GNU_GREP} != "no" -SUBDIR+= libregex -.endif - SUBDIR_PARALLEL= .include <bsd.subdir.mk> diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index f0aff545ddc9..9910365a5b0a 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -4,7 +4,6 @@ SUBDIR.${MK_DIALOG}+= dialog SUBDIR.${MK_GNU_DIFF}+= diff3 -SUBDIR.${MK_GNU_GREP}+= grep SUBDIR.${MK_TESTS}+= tests SUBDIR_PARALLEL= |
