mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
11 lines
196 B
Makefile
11 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>
|