diff options
author | 2016-09-01 09:21:08 +0000 | |
---|---|---|
committer | 2016-09-01 09:21:08 +0000 | |
commit | bba0e8eb1976b28e490b0f4624bbe589451e6ba4 (patch) | |
tree | c028d430855202d3e35f95f73943fd04c7a8bd13 /sys | |
parent | remove another straggler hunted down by miod (diff) | |
download | wireguard-openbsd-bba0e8eb1976b28e490b0f4624bbe589451e6ba4.tar.xz wireguard-openbsd-bba0e8eb1976b28e490b0f4624bbe589451e6ba4.zip |
one less sparc
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile index ae4812a2bd5..66112e5ef1e 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.45 2016/08/10 14:27:17 deraadt Exp $ +# $OpenBSD: Makefile,v 1.46 2016/09/01 09:21:08 tedu Exp $ # Makefile for kernel tags files, init_sysent, etc. ARCH= alpha amd64 armv7 \ hppa i386 landisk loongson \ luna88k macppc octeon sgi socppc \ - sparc sparc64 zaurus + sparc64 zaurus all: @echo "Doing nothing. Did you want make syscalls?" |