Don't build BSDL dtc if the GPL dtc is enabled.
This commit is contained in:
parent
a3a9918395
commit
9d639789f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user