diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-05-23 00:45:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-05-23 00:45:49 +0000 |
commit | 427671208e7c57155f1c518579ac97229910fa03 (patch) | |
tree | 90164623c0df5cf0a98efde14ccd7f26e75752b1 /sys/arch | |
parent | 6a2e68156d44be0c154aa260457876938dfe882a (diff) |
install into mdec
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/stand/efiboot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/armv7/stand/efiboot/Makefile b/sys/arch/armv7/stand/efiboot/Makefile index 894577cd089..5d44b462afa 100644 --- a/sys/arch/armv7/stand/efiboot/Makefile +++ b/sys/arch/armv7/stand/efiboot/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2016/05/17 22:41:20 kettenis Exp $ +# $OpenBSD: Makefile,v 1.4 2016/05/23 00:45:48 jsg Exp $ PROG= BOOTARM.EFI NOMAN= # OBJFMT= binary +INSTALL_STRIP= +BINDIR= /usr/mdec SRCS= start.S self_reloc.c efiboot.c conf.c exec.c efidev.c fdt.c S= ${.CURDIR}/../../../.. |