NetBSD/sys/arch/i386/stand/Makefile
thorpej c8763685b7 Allow the serial console boot blocks to be built with a specific
console speed, and build some of the more common ones.
2003-01-14 23:53:30 +00:00

23 lines
393 B
Makefile

# $NetBSD: Makefile,v 1.20 2003/01/14 23:53:30 thorpej Exp $
SUBDIR= genprom installboot .WAIT
SUBDIR+= biosboot
SUBDIR+= biosboot_com0
SUBDIR+= biosboot_com0_9600
SUBDIR+= biosboot_com0_38400
SUBDIR+= biosboot_com0_57600
SUBDIR+= biosboot_com0_115200
SUBDIR+= biosboot_resetvideo
SUBDIR+= dosboot misc
SUBDIR+= netboot
SUBDIR+= pxeboot
SUBDIR+= pxeboot_com0
.include <bsd.subdir.mk>