summaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-28 17:37:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-28 17:37:47 +0000
commitdf9adac944862a4897f7d0947c028604332606b3 (patch)
tree0ac7c1126c76f7d42854081a7affc172310c8acf /lib/csu
parentc8cc948c380304d5a909f9213ee137aa7b8c2eab (diff)
for make obj, enter x86_64; mickey ok
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 9559d6929f4..bec3a3c96c5 100644
--- a/lib/csu/Makefile
+++ b/lib/csu/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.9 2004/01/04 17:26:37 drahn Exp $
+# $OpenBSD: Makefile,v 1.10 2004/01/28 17:37:46 deraadt Exp $
.if make(obj)
-SUBDIR= alpha hppa i386 m68k m88k powerpc sparc sparc64 vax
+SUBDIR= alpha hppa i386 m68k m88k powerpc sparc sparc64 vax x86_64
.else
SUBDIR= ${MACHINE_ARCH}
.endif