summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2017-08-05 12:33:00 +0000
committermarius <marius@FreeBSD.org>2017-08-05 12:33:00 +0000
commitc956791f217f4d713ff9e7a8142ff3e89b07dbad (patch)
tree2bf556a35cdb08e28ba65ee148c0eccb5bf5685b /gnu
parentface790038f173fdc45f1fc75a22520149fe100c (diff)
downloadFreeBSD-src-c956791f217f4d713ff9e7a8142ff3e89b07dbad.zip
FreeBSD-src-c956791f217f4d713ff9e7a8142ff3e89b07dbad.tar.gz
MFC: r306375
Add a WITHOUT_DIALOG src.conf(5) knob. It also turns off dependencies (bsdinstall, bsdconfig, dpv, tzsetup).
Diffstat (limited to 'gnu')
-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 1eb57aa..adf8f18 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
OpenPOWER on IntegriCloud