mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
10 lines
227 B
Makefile
10 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot zfsboot \
|
|
gptzfsboot kgzldr libi386 libfirewire loader
|
|
|
|
# special boot programs, 'self-extracting boot2+loader'
|
|
SUBDIR+= pxeldr
|
|
|
|
.include <bsd.subdir.mk>
|