diff options
author | 2016-09-01 09:32:49 +0000 | |
---|---|---|
committer | 2016-09-01 09:32:49 +0000 | |
commit | e28465c96a90792a05170f1486c0fa49e2de1dd4 (patch) | |
tree | 7afeb271b64465e95eaa6a8f667b80faaec46d5b | |
parent | retire sparc (diff) | |
download | wireguard-openbsd-e28465c96a90792a05170f1486c0fa49e2de1dd4.tar.xz wireguard-openbsd-e28465c96a90792a05170f1486c0fa49e2de1dd4.zip |
do not enter sparc
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index a518910e5a1..76604e983fb 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2016/08/10 14:27:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.47 2016/09/01 09:32:49 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ @@ -6,7 +6,7 @@ SUBDIR= dev/microcode \ arch/hppa arch/i386 \ arch/landisk arch/loongson arch/luna88k \ arch/macppc arch/octeon \ - arch/sgi arch/socppc arch/sparc arch/sparc64 \ + arch/sgi arch/socppc arch/sparc64 \ arch/zaurus tags: |