summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl/Makefile
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-09-01 16:21:17 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-09-01 16:21:17 +0000
commit5cd95bbee8e1e0fd211b3f68255c23edbc21b8e0 (patch)
tree18eec9de4ae3f8ea84ef58f55af382b6d9646ae4 /sbin/wsconsctl/Makefile
parent5e349c21eb12e8346f9eeec9e1f389e621606ee0 (diff)
Changes to build platform specific files properly with the powerpc -> macppc
port rename. This adds support for some of these to mvmeppc when it becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances. ancontrol and wicontrol are MACHINE_ARCH changes.
Diffstat (limited to 'sbin/wsconsctl/Makefile')
-rw-r--r--sbin/wsconsctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile
index f9d976f3cf1..9d67539435a 100644
--- a/sbin/wsconsctl/Makefile
+++ b/sbin/wsconsctl/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.7 2001/01/30 01:18:37 mickey Exp $
+# $OpenBSD: Makefile,v 1.8 2001/09/01 16:21:16 drahn Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "powerpc"
+ ${MACHINE} == "macppc"
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
@@ -22,6 +22,6 @@ NOPROG=yes
.endif
MAN= wsconsctl.8
-MANSUBDIR= alpha hppa i386 powerpc
+MANSUBDIR= alpha hppa i386 macppc
.include <bsd.prog.mk>