1#	$OpenBSD: Makefile,v 1.3 2015/09/07 01:38:32 yasuoka Exp $
2
3.if ${MACHINE} == "amd64"
4
5SUBDIR=		bootx64 bootia32
6
7.endif
8
9.include <bsd.subdir.mk>
10