diff options
author | 2020-06-29 17:59:01 +0000 | |
---|---|---|
committer | 2020-06-29 17:59:01 +0000 | |
commit | fa5e939026e1d110809fa649adaa3ab747d847dc (patch) | |
tree | 0d0758c500bf12066a6c53d1db9c246a883c1ac2 /sys | |
parent | Reject vdisk, vnet and iodevice parameters for primary domain (diff) | |
download | wireguard-openbsd-fa5e939026e1d110809fa649adaa3ab747d847dc.tar.xz wireguard-openbsd-fa5e939026e1d110809fa649adaa3ab747d847dc.zip |
enter arch/powerpc64
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index edd0a7fa8a0..bf11a974ad1 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.50 2019/05/11 07:18:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.51 2020/06/29 17:59:01 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ arch/alpha arch/amd64 arch/arm64 arch/armv7 \ arch/hppa arch/i386 \ arch/landisk arch/loongson arch/luna88k \ - arch/macppc arch/octeon \ + arch/macppc arch/octeon arch/powerpc64 \ arch/sgi arch/sparc64 tags: |