diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-10-20 14:48:57 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-10-20 14:48:57 +0000 |
| commit | 94ff3d0344e68c82c645aea048663f0482fadaae (patch) | |
| tree | 96866b433728b917d98e08c152c331d49959c37a /gnu/usr.bin/Makefile | |
| parent | eedb49598bb88c1e3f032a4b857211e48646fc10 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/Makefile')
| -rw-r--r-- | gnu/usr.bin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index a92971750691b..0782ec32dfec6 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -2,10 +2,6 @@ .include <src.opts.mk> -SUBDIR= diff \ - diff3 \ - grep - SUBDIR_DEPEND_gdb= ${_binutils} .if ${MK_CXX} != "no" @@ -21,6 +17,8 @@ SUBDIR.${MK_GDB}+= gdb .endif SUBDIR.${MK_GCC}+= cc +SUBDIR.${MK_GNU_DIFF}+= diff diff3 +SUBDIR.${MK_GNU_GREP}+= grep SUBDIR.${MK_GPL_DTC}+= dtc SUBDIR.${MK_TESTS}+= tests |
