diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-09-04 14:54:14 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-09-04 14:54:14 +0000 |
commit | 892c484267a241e11af756277acfd12396ad1bd5 (patch) | |
tree | b2abffc2dc9c11a50c9aaf5f51bb3aca7276fd93 | |
parent | f2e7d347cc69eac9e71938657518e98aff63aa80 (diff) |
Beagle has been replaced by armv7.
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/mkuboot/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index f6cfbb34243..5673dbea5c3 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.15 2013/05/30 15:55:53 florian Exp $ +# $OpenBSD: Makefile,v 1.16 2013/09/04 14:54:13 patrick Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "armish" || ${MACHINE} == "beagle" || \ + ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \ ${MACHINE} == "hppa" || ${MACHINE} == "hppa64" || \ ${MACHINE} == "i386" || ${MACHINE} == "landisk" || \ ${MACHINE} == "loongson" || ${MACHINE} == "macppc" || \ diff --git a/usr.sbin/mkuboot/Makefile b/usr.sbin/mkuboot/Makefile index c341cc14046..50182167520 100644 --- a/usr.sbin/mkuboot/Makefile +++ b/usr.sbin/mkuboot/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2013/05/30 19:17:15 bmercer Exp $ +# $OpenBSD: Makefile,v 1.2 2013/09/04 14:54:13 patrick Exp $ -.if ${MACHINE} == "beagle" +.if ${MACHINE} == "armv7" BINDIR= /usr/sbin PROG= mkuboot |