1# $NetBSD: Makefile,v 1.28 2017/01/24 11:09:14 nonaka Exp $ 2 3SUBDIR= mbr boot 4SUBDIR+= bootxx cdboot fatboot 5SUBDIR+= dosboot misc 6SUBDIR+= pxeboot 7.if ${MACHINE} == "amd64" 8SUBDIR+= efiboot 9.endif 10 11.include <bsd.subdir.mk> 12