diff options
author | 2016-05-23 00:45:48 +0000 | |
---|---|---|
committer | 2016-05-23 00:45:48 +0000 | |
commit | 6ff69e39700ece206f66c98679c0a99d7bb13c07 (patch) | |
tree | faafc6b7b0bf950e9a461150c38c890df4bbe272 | |
parent | Major bump for the removal of the various locale, ruserok, and (diff) | |
download | wireguard-openbsd-6ff69e39700ece206f66c98679c0a99d7bb13c07.tar.xz wireguard-openbsd-6ff69e39700ece206f66c98679c0a99d7bb13c07.zip |
install into mdec
-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}/../../../.. |