mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
This change is equivalent to r261567 for i386/amd64. Sponsored by: The FreeBSD Foundation
9 lines
108 B
Makefile
9 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_FDT} != "no"
|
|
SUBDIR+= fdt
|
|
.endif
|
|
|
|
SUBDIR+= libstand32
|
|
SUBDIR+= ofw
|
|
SUBDIR+= uboot
|