diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-01 09:32:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-01 09:32:50 +0000 |
commit | 4d327e79d94ebc92e3da1692c1bf6ea4600b1b72 (patch) | |
tree | e97485c771300118fb305638ce942dda302cee24 /sys/Makefile | |
parent | a6acfe918d2704d768483cd6005f0e380db94913 (diff) |
do not enter sparc
Diffstat (limited to 'sys/Makefile')
-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: |