summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>2000-09-07 01:36:15 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>2000-09-07 01:36:15 +0000
commit4746784f672b4b2f2e624eac38a13ccee2594a35 (patch)
treee5154f868ed5cbadedf644661a39e5d9157178bd
parentec729a69cdbcda29321107c9414ffb910888f46a (diff)
wscons is used by powerpc also.
-rw-r--r--sbin/wsconsctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index e43ca1d1b25..c05532fcd4f 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 2000/07/20 00:34:29 espie Exp $
+# $OpenBSD: Makefile,v 1.4 2000/09/07 01:36:14 rahnds Exp $
-.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa"
+.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || ${MACHINE} == "powerpc"
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \