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