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-08-14 18:44:41 +00:00
|
|
|
SUBDIR.${MK_FORTH}+= loader_4th
|
|
|
|
SUBDIR.${MK_LOADER_LUA}+= loader_lua
|
|
|
|
SUBDIR.yes+= loader_simp
|
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
|
|
|
|
2019-01-05 22:45:20 +00:00
|
|
|
SUBDIR.${MK_LOADER_ZFS}+= zfsboot gptzfsboot
|
2009-12-22 20:56:33 +00:00
|
|
|
|
1998-08-21 03:17:42 +00:00
|
|
|
.include <bsd.subdir.mk>
|