diff options
author | 2020-07-20 14:55:43 +0000 | |
---|---|---|
committer | 2020-07-20 14:55:43 +0000 | |
commit | a93b0f914b9e6f277a8000f618aa3b301576576f (patch) | |
tree | 405afbd8e6bc474985ca573170694a7507858619 | |
parent | as jmc@ points out, i missed a few instances of .Xr more 1 (diff) | |
download | wireguard-openbsd-a93b0f914b9e6f277a8000f618aa3b301576576f.tar.xz wireguard-openbsd-a93b0f914b9e6f277a8000f618aa3b301576576f.zip |
build powerpc version, also
-rw-r--r-- | distrib/special/installboot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/special/installboot/Makefile b/distrib/special/installboot/Makefile index 631dd456a0c..e3bb126ed8d 100644 --- a/distrib/special/installboot/Makefile +++ b/distrib/special/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2020/06/28 14:52:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2020/07/20 14:55:43 deraadt Exp $ .PATH: ${.CURDIR}/../../../usr.sbin/installboot @@ -27,6 +27,8 @@ SRCS += landisk_installboot.c SRCS += loongson_installboot.c .elif ${MACHINE} == "macppc" SRCS += macppc_installboot.c +.elif ${MACHINE} == "powerpc64" +SRCS += powerpc64_installboot.c .elif ${MACHINE} == "octeon" SRCS += octeon_installboot.c .elif ${MACHINE} == "sparc64" |