diff options
author | Ed Maste <emaste@FreeBSD.org> | 2017-04-21 13:39:14 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2017-04-21 13:39:14 +0000 |
commit | 48b1eba1df3460e43679ed51e48f1a44572b1c77 (patch) | |
tree | 134a8e39fe84c1968f3563c341b6b28380db2450 /gnu | |
parent | b843ada7aa19e287fd41cf896d9eb05d765565cf (diff) | |
download | src-test2-48b1eba1df3460e43679ed51e48f1a44572b1c77.tar.gz src-test2-48b1eba1df3460e43679ed51e48f1a44572b1c77.zip |
Notes
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 1dc26f32968e..f05e2c94b663 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -5,21 +5,17 @@ .if ${MK_CXX} != "no" SUBDIR.${MK_GCC}+= gperf -SUBDIR.${MK_GROFF}+= groff .endif SUBDIR.${MK_BINUTILS}+= binutils SUBDIR.${MK_DIALOG}+= dialog - -.if ${MK_BINUTILS} != "no" -SUBDIR.${MK_GDB}+= gdb -SUBDIR_DEPEND_gdb= binutils -.endif - SUBDIR.${MK_GCC}+= cc SUBDIR.${MK_GNU_DIFF}+= diff3 SUBDIR.${MK_GNU_GREP}+= grep +SUBDIR.${MK_GDB}+= gdb +SUBDIR_DEPEND_gdb= binutils SUBDIR.${MK_GPL_DTC}+= dtc +SUBDIR.${MK_GROFF}+= groff SUBDIR.${MK_TESTS}+= tests SUBDIR_PARALLEL= |