diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-15 20:17:21 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-15 20:17:21 +0000 |
commit | d110b072c6874b0024aa5c5ea1f11efe1086ba46 (patch) | |
tree | cba04870d0293db8fd674866ce6c6f35905bfed6 /sys/arch | |
parent | de28a5488d238ee5f0b97a2d204f218adeb88e8e (diff) |
Fix typo.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/socppc/Makefile | 4 |
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 |