8bb2be2987
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.
11 lines
230 B
Makefile
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>
|