diff options
author | 2001-09-11 01:28:40 +0000 | |
---|---|---|
committer | 2001-09-11 01:28:40 +0000 | |
commit | 948e92b5f27d16b20ab9f382ff7ba6e2cd9c6f97 (patch) | |
tree | 01932dba3e0f4b4c892144abf2e9573375bc67b6 | |
parent | krb5 before krb4 to please the linker (diff) | |
download | wireguard-openbsd-948e92b5f27d16b20ab9f382ff7ba6e2cd9c6f97.tar.xz wireguard-openbsd-948e92b5f27d16b20ab9f382ff7ba6e2cd9c6f97.zip |
add sparc64; op2@squish.org
-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 |