summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-01-30 00:33:05 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-01-30 00:33:05 +0000
commitb02f40612bee4b128a2cd29f640552a88c0b15a3 (patch)
treea7d1af4a5c872709cce37a18d7f67b32bc1c8bc6 /sbin/wsconsctl
parent57503175c85b02f90c4f025276e334d1dc27cf33 (diff)
Build these userland wscons utilities on i386.
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r--sbin/wsconsctl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index dfca1b7ec6e..b776f9283ef 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.5 2000/09/07 02:11:56 rahnds Exp $
+# $OpenBSD: Makefile,v 1.6 2001/01/30 00:33:04 aaron Exp $
-.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || ${MACHINE} == "powerpc"
+.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "powerpc"
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \