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