diff options
author | 2017-01-23 12:39:37 +0000 | |
---|---|---|
committer | 2017-01-23 12:39:37 +0000 | |
commit | 4644bd4299d3bc9e42d55daa54d165a0f3ff10b2 (patch) | |
tree | f938743e47dcb649907dbd7ae2371c105e3976ad | |
parent | openprom(4) (diff) | |
download | wireguard-openbsd-4644bd4299d3bc9e42d55daa54d165a0f3ff10b2.tar.xz wireguard-openbsd-4644bd4299d3bc9e42d55daa54d165a0f3ff10b2.zip |
Build on arm64.
-rw-r--r-- | usr.sbin/eeprom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile index 3138c00f492..c1a49c907c6 100644 --- a/usr.sbin/eeprom/Makefile +++ b/usr.sbin/eeprom/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.16 2016/09/01 10:00:38 tedu Exp $ +# $OpenBSD: Makefile,v 1.17 2017/01/23 12:39:37 kettenis Exp $ -.if ${MACHINE} == "armv7" || ${MACHINE} == "macppc" || \ - ${MACHINE} == "octeon" || \ +.if ${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \ + ${MACHINE} == "macppc" || ${MACHINE} == "octeon" || \ ${MACHINE} == "sparc64" PROG= eeprom |