diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-09-04 14:58:52 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-09-04 14:58:52 +0000 |
commit | 6ff671b230640e53865bfd39f563c44c48a9ad26 (patch) | |
tree | 4ab5d093500e9e544d2858532ecac67924e697bd | |
parent | 892c484267a241e11af756277acfd12396ad1bd5 (diff) |
Beagle has been replaced by armv7.
-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 36ed3e1563d..e40a720bac5 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.35 2013/03/25 17:22:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.36 2013/09/04 14:58:51 patrick Exp $ # Makefile for kernel tags files, init_sysent, etc. -ARCH= alpha amd64 armish aviion beagle hp300 \ +ARCH= alpha amd64 armish armv7 aviion hp300 \ hppa hppa64 i386 landisk loongson \ luna88k macppc mvme68k mvme88k sgi socppc \ solbourne sparc sparc64 vax zaurus |