1 # $NetBSD: Makefile,v 1.21 2003/04/30 19:52:17 dsl Exp $ 2 3 SUBDIR= genprom installboot .WAIT 4 5 SUBDIR+= mbr 6 7 SUBDIR+= biosboot 8 9 SUBDIR+= biosboot_com0 10 SUBDIR+= biosboot_com0_9600 11 SUBDIR+= biosboot_com0_38400 12 SUBDIR+= biosboot_com0_57600 13 SUBDIR+= biosboot_com0_115200 14 15 SUBDIR+= biosboot_resetvideo 16 17 SUBDIR+= dosboot misc 18 19 SUBDIR+= netboot 20 21 SUBDIR+= pxeboot 22 SUBDIR+= pxeboot_com0 23 24 .include <bsd.subdir.mk> 25