mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
11 lines
117 B
Makefile
11 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR= lib
|
|
|
|
.if ${MK_FDT} != "no"
|
|
SUBDIR+=fdt
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|