mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 18:21:00 -04:00
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.
8 lines
170 B
Makefile
8 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>
|