summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2010-06-13 13:02:43 +0000
committerraj <raj@FreeBSD.org>2010-06-13 13:02:43 +0000
commitce1aea1edb43c51950b23e1cb369ad9367257781 (patch)
tree42ffebef2b23ca1dfafeee77b5d25bbb362407de /gnu/usr.bin
parentd3177b8e82b0c47d89a166ebf47bae694c103b3e (diff)
downloadFreeBSD-src-ce1aea1edb43c51950b23e1cb369ad9367257781.zip
FreeBSD-src-ce1aea1edb43c51950b23e1cb369ad9367257781.tar.gz
Connect FDT infrastructure to the build system.
Reviewed by: imp Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'gnu/usr.bin')
-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 17ee26f..0a6d51f 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
OpenPOWER on IntegriCloud