mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
f62a945f30
It is not complete (the LILO root= specification isn't passed to our loader for instance), it has not been touched in over 2 years. Linux has moved on to GRUB, so this is OBE now. If someone creeps up to work on it, it could become a port.
9 lines
170 B
Makefile
9 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= mbr boot0 btx boot2 cdboot kgzldr libi386 loader
|
|
|
|
# special boot programs, 'self-extracting boot2+loader'
|
|
SUBDIR+= pxeldr
|
|
|
|
.include <bsd.subdir.mk>
|