diff options
author | 2017-01-25 03:24:52 +0000 | |
---|---|---|
committer | 2017-01-25 03:24:52 +0000 | |
commit | 1f3f39597968828ecdbd769d92b69a07e252339b (patch) | |
tree | a313536e8173187f016f34bb0ca8a5c4bbffc704 | |
parent | Hopefully the last of the struct rib rototilling. Peer just points to a (diff) | |
download | wireguard-openbsd-1f3f39597968828ecdbd769d92b69a07e252339b.tar.xz wireguard-openbsd-1f3f39597968828ecdbd769d92b69a07e252339b.zip |
+arm64
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index a948ac265ce..b31ee15bc3d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.447 2017/01/23 23:54:01 tb Exp $ +# $OpenBSD: Makefile,v 1.448 2017/01/25 03:24:52 patrick Exp $ .include <bsd.own.mk> @@ -288,7 +288,7 @@ distrib: release allarchs kernels release-sets m4 install-mtree \ bootblocks ${ALL_KERNELS} -SUBDIR+= etc.alpha etc.amd64 etc.armv7 +SUBDIR+= etc.alpha etc.amd64 etc.arm64 etc.armv7 SUBDIR+= etc.hppa etc.i386 etc.landisk etc.loongson etc.luna88k SUBDIR+= etc.macppc etc.octeon SUBDIR+= etc.sgi etc.socppc etc.sparc64 |