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>
|