aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2017-08-05 12:33:00 +0000
committerMarius Strobl <marius@FreeBSD.org>2017-08-05 12:33:00 +0000
commit4b6e5cfbbfd2b34512d8870dd95608587e0431bd (patch)
tree2bf556a35cdb08e28ba65ee148c0eccb5bf5685b /gnu/usr.bin
parent2d1435452ca5c946ba7c2e194661ff2d5f6fe059 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 1eb57aa815c6..adf8f18b49cf 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -4,7 +4,7 @@
SUBDIR= ${_binutils} \
${_cc} \
- dialog \
+ ${_dialog} \
diff \
diff3 \
${_dtc} \
@@ -26,6 +26,10 @@ _groff= groff
.endif
.endif
+.if ${MK_DIALOG} != "no"
+_dialog= dialog
+.endif
+
.if ${MK_GPL_DTC} != "no"
_dtc= dtc
.endif