1 # $NetBSD: Makefile,v 1.16 2002/02/17 20:03:05 thorpej Exp $ 2 3 SUBDIR= genprom installboot .WAIT 4 5 SUBDIR+= biosboot 6 SUBDIR+= biosboot_com0 7 SUBDIR+= biosboot_resetvideo 8 9 SUBDIR+= dosboot 10 11 SUBDIR+= netboot_3c509 12 SUBDIR+= netboot_3c590 13 SUBDIR+= netboot_3c90xb 14 SUBDIR+= netboot_i82557 15 SUBDIR+= netboot_ne2000_isa 16 SUBDIR+= netboot_pcnet_isapnp 17 SUBDIR+= netboot_pcnet_pci 18 SUBDIR+= netboot_wd80x3 19 20 SUBDIR+= pxeboot 21 22 .include <bsd.subdir.mk> 23