summaryrefslogtreecommitdiff
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2012-06-20 18:45:45 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2012-06-20 18:45:45 +0000
commit71de5f7c91cfb5ed82e45b93d8f3d3a4fe9aa7f5 (patch)
tree00c93de855ad690bf83d3f68bc87db1f32b9b19a /usr.sbin/wsconscfg
parent8382e1bc1a2d9ee1dc20cd2c1f2678d066223719 (diff)
more mac68k bits for the attic
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index a12df77a5d8..3072e2fb7d6 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.31 2010/01/30 20:48:53 miod Exp $
+# $OpenBSD: Makefile,v 1.32 2012/06/20 18:45:44 matthew Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "hp300" || \
${MACHINE} == "hppa" || ${MACHINE} == "hppa64" || \
${MACHINE} == "i386" || ${MACHINE} == "landisk" || \
${MACHINE} == "loongson" || ${MACHINE} == "luna88k" || \
- ${MACHINE} == "mac68k" || ${MACHINE} == "macppc" || \
+ ${MACHINE} == "macppc" || \
${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
${MACHINE} == "socppc" || ${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \