summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-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 \