1#	$OpenBSD: Makefile,v 1.7 2015/09/02 04:12:49 deraadt Exp $
2
3.if ${MACHINE} == "amd64"
4SUBDIR=	mbr cdbr
5.endif
6SUBDIR+=biosboot boot cdboot fdboot pxeboot efiboot
7
8.include <bsd.subdir.mk>
9