summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/stand/efi32/Makefile
blob: b0f146442fa9a2e66a8b3c92da31b7dd54bd91e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 2019/05/11 19:14:41 mlarkin Exp $

.if ${MACHINE} == "amd64"

SUBDIR=		bootia32

.endif

.include <bsd.subdir.mk>