ca987d4641
Sponsored by: Netflix
12 lines
117 B
Makefile
12 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR= lib
|
|
|
|
.if ${MK_FDT} != "no"
|
|
SUBDIR+=fdt
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|