From d110b072c6874b0024aa5c5ea1f11efe1086ba46 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 15 May 2008 20:17:21 +0000 Subject: Fix typo. --- sys/arch/socppc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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 -- cgit v1.2.3