6b35231501
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.
11 lines
134 B
Makefile
11 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=t
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR.yes= boot1 loader
|
|
SUBDIR.${MK_ZFS}+=zfsboot zfsloader
|
|
|
|
.include <bsd.subdir.mk>
|