Makefile revision 1.21
1# $NetBSD: Makefile,v 1.21 2003/04/30 19:52:17 dsl Exp $ 2 3SUBDIR= genprom installboot .WAIT 4 5SUBDIR+= mbr 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