diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2013-05-30 15:55:54 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2013-05-30 15:55:54 +0000 |
commit | 05b6dee12eccf1be5ea28688a9bb0cb11452d5d7 (patch) | |
tree | 859d2d12b5a538aca7eec1fd585d604e1f03961e /usr.sbin/hotplugd/Makefile | |
parent | 16568d2793d99f0c23ae3ef4b7739bbd46cc33f1 (diff) |
This might be useful on beagle, too.
OK patrick@, jasper@, bmercer@
Diffstat (limited to 'usr.sbin/hotplugd/Makefile')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index 3adc2ba765d..f6cfbb34243 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2013/03/25 17:29:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2013/05/30 15:55:53 florian Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ - ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ - ${MACHINE} == "macppc" || \ + ${MACHINE} == "armish" || ${MACHINE} == "beagle" || \ + ${MACHINE} == "hppa" || ${MACHINE} == "hppa64" || \ + ${MACHINE} == "i386" || ${MACHINE} == "landisk" || \ + ${MACHINE} == "loongson" || ${MACHINE} == "macppc" || \ ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" |