summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-04-21 13:39:14 +0000
committerEd Maste <emaste@FreeBSD.org>2017-04-21 13:39:14 +0000
commit48b1eba1df3460e43679ed51e48f1a44572b1c77 (patch)
tree134a8e39fe84c1968f3563c341b6b28380db2450 /gnu
parentb843ada7aa19e287fd41cf896d9eb05d765565cf (diff)
downloadsrc-test2-48b1eba1df3460e43679ed51e48f1a44572b1c77.tar.gz
src-test2-48b1eba1df3460e43679ed51e48f1a44572b1c77.zip
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile10
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=