1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1998-10-09 23:30:16 +00:00
|
|
|
|
2018-02-26 03:16:04 +00:00
|
|
|
NO_OBJ=t
|
|
|
|
|
2017-11-06 15:22:17 +00:00
|
|
|
.include <bsd.init.mk>
|
2009-12-22 20:56:33 +00:00
|
|
|
|
2018-03-01 21:46:01 +00:00
|
|
|
SUBDIR.yes= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
|
2018-04-05 19:40:46 +00:00
|
|
|
isoboot libi386
|
2017-11-10 23:54:41 +00:00
|
|
|
|
2018-03-01 19:59:49 +00:00
|
|
|
SUBDIR.${MK_LOADER_FIREWIRE}+= libfirewire
|
2017-11-10 23:54:41 +00:00
|
|
|
|
2018-03-01 21:46:01 +00:00
|
|
|
SUBDIR.yes+= loader
|
2000-03-28 01:19:53 +00:00
|
|
|
|
|
|
|
# special boot programs, 'self-extracting boot2+loader'
|
2018-03-01 21:46:01 +00:00
|
|
|
SUBDIR.yes+= pxeldr
|
1998-10-11 12:59:40 +00:00
|
|
|
|
2016-02-08 16:59:52 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "i386"
|
2018-03-01 21:46:01 +00:00
|
|
|
SUBDIR.yes+= kgzldr
|
2016-02-08 16:59:52 +00:00
|
|
|
.endif
|
|
|
|
|
2018-07-20 05:17:37 +00:00
|
|
|
SUBDIR.${MK_ZFS}+= zfsboot gptzfsboot
|
2009-12-22 20:56:33 +00:00
|
|
|
|
1998-08-21 03:17:42 +00:00
|
|
|
.include <bsd.subdir.mk>
|