freebsd-dev/sys/boot/i386/Makefile
Hidetoshi Shimokawa 97995404be MFp4: add FireWire/dcons support in loader for i386/amd64.
It is disabled by default. You need to put
LOADER_FIREWIRE_SUPPORT=yes in /etc/make.conf
and rebuild loader to enable it.
(cd /sys/boot/i386 && make clean && make && make install)

You can find a short introduction of dcons at
http://wiki.freebsd.org/DebugWithDcons
2007-05-29 14:35:57 +00:00

10 lines
195 B
Makefile

# $FreeBSD$
SUBDIR= mbr boot0 boot0sio btx boot2 cdboot kgzldr libi386 libfirewire \
loader
# special boot programs, 'self-extracting boot2+loader'
SUBDIR+= pxeldr
.include <bsd.subdir.mk>