diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:29:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:29:29 +0000 |
commit | 414e66fe5720787fc7aa748e889ca2bd9338edbd (patch) | |
tree | e646b0667504377f552d8de00dc5ebb4ff4c3213 /usr.sbin/hotplugd | |
parent | 509156c60a7105ff734ec8e334005a2f5bdebf96 (diff) |
the unused palm code goes away.
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile index 5ca81a4443d..3adc2ba765d 100644 --- a/usr.sbin/hotplugd/Makefile +++ b/usr.sbin/hotplugd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2010/07/20 02:05:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2013/03/25 17:29:28 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \ ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ - ${MACHINE} == "macppc" || ${MACHINE} == "palm" || \ + ${MACHINE} == "macppc" || \ ${MACHINE} == "sgi" || ${MACHINE} == "socppc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" |