6 lines
56 B
Makefile
6 lines
56 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.if ${MK_FDT} != "no"
|
||
|
SUBDIR+= fdt
|
||
|
.endif
|