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

This commit is contained in:
Warner Losh 2014-01-29 05:00:04 +00:00
parent 52b7bca6fd
commit 8e6ee5a9a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261257

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