diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-09 15:19:19 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-09 15:19:19 +0000 |
commit | db9798a77187a907b9087f13e88af01a80ea1bd8 (patch) | |
tree | 1ddda58ed8acc7c5e23d301b8e5a43e55bda3936 /lib/csu/Makefile | |
parent | 96e5ac5c19d22e25ec79dd3ffc12c8dc15453687 (diff) |
build obj in sh
Diffstat (limited to 'lib/csu/Makefile')
-rw-r--r-- | lib/csu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile index fc67c79e2d5..0b02853648d 100644 --- a/lib/csu/Makefile +++ b/lib/csu/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.13 2004/09/10 12:07:26 pefo Exp $ +# $OpenBSD: Makefile,v 1.14 2006/11/09 15:19:18 drahn Exp $ .if make(obj) -SUBDIR= alpha arm hppa i386 m68k m88k powerpc sparc sparc64 vax amd64 mips64 +SUBDIR= alpha arm hppa i386 m68k m88k powerpc sh sparc sparc64 vax amd64 mips64 .else SUBDIR= ${MACHINE_ARCH} .endif |