mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
10 lines
196 B
Makefile
10 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= mbr boot0 kgzldr btx boot2 libi386 loader
|
|
|
|
# special boot programs, 'self-extracting boot2+loader'
|
|
SUBDIR+= cdldr
|
|
SUBDIR+= pxeldr
|
|
SUBDIR+= liloldr
|
|
|
|
.include <bsd.subdir.mk>
|