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