NetBSD/sys/arch/i386/stand/Makefile
thorpej 8bb2be2987 Add a PXE boot loader. PXE interface code is derived by code
written by Alfred Perlstein, Paul Saab, John Baldwin for FreeBSD.

Still needs some work, but this will load a kernel on a Soekris net4501.

Many thanks to Frank van der Linden and his simulator wizardry for
helping me debug the low-level startup code.
2002-02-16 03:37:39 +00:00

11 lines
230 B
Makefile

# $NetBSD: Makefile,v 1.15 2002/02/16 03:37:39 thorpej Exp $
SUBDIR= biosboot installboot
SUBDIR+= dosboot
SUBDIR+= biosboot_com0
SUBDIR+= biosboot_resetvideo
#SUBDIR+= genprom netboot
SUBDIR+= pxeboot
.include <bsd.subdir.mk>