diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-10 12:07:27 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-10 12:07:27 +0000 |
commit | 0d8805aacd00729adb86ccd56a87be86f7092c59 (patch) | |
tree | 527f6eb55cc408e8efb64db41d9718a24e8229b8 /lib/csu | |
parent | e9b7ba313ff9d719127d4ceb436a84e0692b915d (diff) |
add mips64 to the list. ok derradt.
Diffstat (limited to 'lib/csu')
-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 608d26cce63..fc67c79e2d5 100644 --- a/lib/csu/Makefile +++ b/lib/csu/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.12 2004/02/27 17:36:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2004/09/10 12:07:26 pefo Exp $ .if make(obj) -SUBDIR= alpha arm hppa i386 m68k m88k powerpc sparc sparc64 vax amd64 +SUBDIR= alpha arm hppa i386 m68k m88k powerpc sparc sparc64 vax amd64 mips64 .else SUBDIR= ${MACHINE_ARCH} .endif |