summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/socppc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/Makefile b/sys/arch/socppc/Makefile
index 653ed0e172c..d48ee7ca100 100644
--- a/sys/arch/socppc/Makefile
+++ b/sys/arch/socppc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2008/05/10 21:04:19 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2008/05/15 20:17:20 kettenis Exp $
S=${.CURDIR}/../..
.include "$S/kern/Make.tags.inc"
@@ -6,7 +6,7 @@ S=${.CURDIR}/../..
NOPROG= noprog
NOMAN= noman
-.if ${MACHINE} == "docppc"
+.if ${MACHINE} == "socppc"
SUBDIR= stand
.endif