diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-09-02 03:01:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-09-02 03:01:18 +0000 |
commit | 679cfd92a1cbb9d822b8588a4d11471ec2e8a2c5 (patch) | |
tree | fd5862d20d8a9119e2ddd19eb57666a1f9c5493a /sys/arch/amd64/stand | |
parent | a099df04c36ecfb3b24ebeb84b910183bd484a78 (diff) |
only enter deeper on amd64
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/efiboot/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/amd64/stand/efiboot/Makefile b/sys/arch/amd64/stand/efiboot/Makefile index fd16469e880..035fa057f53 100644 --- a/sys/arch/amd64/stand/efiboot/Makefile +++ b/sys/arch/amd64/stand/efiboot/Makefile @@ -1,4 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2015/09/02 01:52:25 yasuoka Exp $ +# $OpenBSD: Makefile,v 1.2 2015/09/02 03:01:17 deraadt Exp $ + +.if ${MACHINE} == "amd64" + SUBDIR= bootx64 bootx86 +.endif + .include <bsd.subdir.mk> |