mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
15 lines
299 B
Makefile
15 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot kgzldr \
|
|
libi386 libfirewire loader
|
|
|
|
# special boot programs, 'self-extracting boot2+loader'
|
|
SUBDIR+= pxeldr
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
SUBDIR+= zfsboot gptzfsboot zfsloader
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|