Don't build BSDL dtc if the GPL dtc is enabled.

This commit is contained in:
imp 2014-01-29 05:00:04 +00:00
parent a3a9918395
commit 9d639789f0

View File

@ -37,7 +37,6 @@ SUBDIR= alias \
ctlstat \
cut \
dirname \
dtc \
du \
ee \
elf2aout \
@ -231,6 +230,10 @@ SUBDIR+= calendar
_clang= clang
.endif
.if ${MK_GPL_DTC} != "yes"
SUBDIR+= dtc
.endif
.if ${MK_GROFF} != "no"
SUBDIR+= vgrind
.endif