summaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-02-01 07:21:57 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-02-01 07:21:57 +0000
commit540d15e58b7270f030cd046df51893707466c41b (patch)
tree10306e9f4838662bc90ceb1c2928b4e2347fe8c5 /lib/csu
parent84b57aa94b59898694fc09d0d53a9fed6a966b39 (diff)
link into build. make obj is safe in arm dir.
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile
index bec3a3c96c5..7110281f872 100644
--- a/lib/csu/Makefile
+++ b/lib/csu/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.10 2004/01/28 17:37:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.11 2004/02/01 07:21:56 drahn Exp $
.if make(obj)
-SUBDIR= alpha hppa i386 m68k m88k powerpc sparc sparc64 vax x86_64
+SUBDIR= alpha arm hppa i386 m68k m88k powerpc sparc sparc64 vax x86_64
.else
SUBDIR= ${MACHINE_ARCH}
.endif