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