diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:22:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:22:13 +0000 |
commit | 509156c60a7105ff734ec8e334005a2f5bdebf96 (patch) | |
tree | a024c43d5611c8adfbfef9027a7c319cc425b65a /usr.sbin/wsconscfg | |
parent | 9b1b1b870a79bbac99769b203401b14204a614c9 (diff) |
the unused palm code goes away.
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 3072e2fb7d6..3477f8f8231 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.32 2012/06/20 18:45:44 matthew Exp $ +# $OpenBSD: Makefile,v 1.33 2013/03/25 17:22:12 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "hp300" || \ ${MACHINE} == "hppa" || ${MACHINE} == "hppa64" || \ ${MACHINE} == "i386" || ${MACHINE} == "landisk" || \ ${MACHINE} == "loongson" || ${MACHINE} == "luna88k" || \ - ${MACHINE} == "macppc" || \ - ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \ + ${MACHINE} == "macppc" || ${MACHINE} == "sgi" || \ ${MACHINE} == "socppc" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \ ${MACHINE} == "zaurus" |