summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/efiboot/Makefile
blob: ae930de273a9ef01e050f50ff9df6ddeb03006d8 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.3 2015/09/07 01:38:32 yasuoka Exp $

.if ${MACHINE} == "amd64"

SUBDIR=		bootx64 bootia32

.endif

.include <bsd.subdir.mk>