summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2010-06-13 13:02:43 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2010-06-13 13:02:43 +0000
commit3c5326bf4a1b17ffca34bc0d2c0f290beab092a2 (patch)
tree42ffebef2b23ca1dfafeee77b5d25bbb362407de /gnu
parent10e866760039d8807309999b53b0132f10fd73ea (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 17ee26ffd2fd..0a6d51fdcdf7 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -8,6 +8,7 @@ SUBDIR= ${_binutils} \
dialog \
diff \
diff3 \
+ ${_dtc} \
${_gdb} \
${_gperf} \
${_grep} \
@@ -31,6 +32,10 @@ _groff= groff
_cvs= cvs
.endif
+.if ${MK_FDT} != "no"
+_dtc= dtc
+.endif
+
.if ${MK_GNU_GREP} != "no"
_grep= grep
.endif