mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
One does not simply convert to SUBDIR.yes in stand without making everything else in the affected files SUBDIR.yes -- there are better ways to do this.
9 lines
102 B
Makefile
9 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR.yes= lib
|
|
|
|
SUBDIR.${MK_FDT}+=fdt
|
|
|
|
.include <bsd.subdir.mk>
|