1#	$OpenBSD: Makefile,v 1.21 2014/01/20 08:49:58 deraadt Exp $
2
3.if ${MACHINE} == "i386"
4SUBDIR=	mbr cdbr
5.endif
6SUBDIR+=biosboot boot cdboot fdboot pxeboot
7
8.include <bsd.subdir.mk>
9