mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
cb37d870a6
to libi386, this issue was resolved already in a cleaner way.
10 lines
187 B
Makefile
10 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= mbr boot0 btx boot2 cdboot kgzldr libi386 loader
|
|
|
|
# special boot programs, 'self-extracting boot2+loader'
|
|
SUBDIR+= pxeldr
|
|
SUBDIR+= liloldr
|
|
|
|
.include <bsd.subdir.mk>
|