diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-11 01:28:41 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-11 01:28:41 +0000 |
commit | 31ac860be30d1f116b566aa2bace1768078860b0 (patch) | |
tree | f13389bc8735c768dce414f4589affce327ba76c /lib/csu | |
parent | 0fe159199bcf8f6005fe6dc2570a22d4b7d82879 (diff) |
add sparc64; op2@squish.org
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 f74e4141a13..c27bda69f4a 100644 --- a/lib/csu/Makefile +++ b/lib/csu/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2001/08/19 20:44:31 brad Exp $ +# $OpenBSD: Makefile,v 1.8 2001/09/11 01:28:40 jason Exp $ .if make(obj) -SUBDIR= alpha hppa i386 m68k m88k powerpc sparc vax +SUBDIR= alpha hppa i386 m68k m88k powerpc sparc sparc64 vax .else SUBDIR= ${MACHINE_ARCH} .endif |