c8763685b7
console speed, and build some of the more common ones.
23 lines
393 B
Makefile
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>
|