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