1 1.20 thorpej # $NetBSD: Makefile,v 1.20 2003/01/14 23:53:30 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.20 thorpej 7 1.11 christos SUBDIR+= biosboot_com0 8 1.20 thorpej SUBDIR+= biosboot_com0_9600 9 1.20 thorpej SUBDIR+= biosboot_com0_38400 10 1.20 thorpej SUBDIR+= biosboot_com0_57600 11 1.20 thorpej SUBDIR+= biosboot_com0_115200 12 1.20 thorpej 13 1.12 tsarna SUBDIR+= biosboot_resetvideo 14 1.16 thorpej 15 1.19 tv SUBDIR+= dosboot misc 16 1.16 thorpej 17 1.17 thorpej SUBDIR+= netboot 18 1.16 thorpej 19 1.15 thorpej SUBDIR+= pxeboot 20 1.18 thorpej SUBDIR+= pxeboot_com0 21 1.1 cgd 22 1.8 perry .include <bsd.subdir.mk> 23