diff options
author | 2004-09-10 12:07:26 +0000 | |
---|---|---|
committer | 2004-09-10 12:07:26 +0000 | |
commit | 786257cfe77a6b42a6b4b68d8a94af881fbe819e (patch) | |
tree | b2f96d8133a74dda399b0241263a6d1359e0946d | |
parent | Need to sync NLEAF() occurences too. (diff) | |
download | wireguard-openbsd-786257cfe77a6b42a6b4b68d8a94af881fbe819e.tar.xz wireguard-openbsd-786257cfe77a6b42a6b4b68d8a94af881fbe819e.zip |
add mips64 to the list. ok derradt.
-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 |