aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-09-27 18:08:38 +0000
committerEd Maste <emaste@FreeBSD.org>2016-09-27 18:08:38 +0000
commitf987297fc922c229de89a065ed138a26ae66c8c8 (patch)
tree6764ba6e1a2c6a263f084e64144061e3958c184d /gnu
parentdc7c777336056d6c8fbe7e9a23b445791ce39479 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 63cbd0b629a6..6ba9ef2e1fe3 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -4,7 +4,6 @@
SUBDIR= ${_binutils} \
${_cc} \
- dialog \
diff \
diff3 \
${_dtc} \
@@ -49,6 +48,8 @@ _gdb= gdb
_cc= cc
.endif
+SUBDIR.${MK_DIALOG}+= dialog
+
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>