mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
9 lines
227 B
Makefile
9 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>
|