From f80efcf37cbd3d42e95df4d8e30fd38ee76aaf86 Mon Sep 17 00:00:00 2001 From: fvdl Date: Sat, 6 Jul 2002 10:19:08 +0000 Subject: Enable building libx86_64 --- lib/libarch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libarch/Makefile b/lib/libarch/Makefile index 95b5574bcc7..5ec943412f3 100644 --- a/lib/libarch/Makefile +++ b/lib/libarch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2002/03/30 06:24:34 thorpej Exp $ +# $NetBSD: Makefile,v 1.19 2002/07/06 10:19:08 fvdl Exp $ # These should always be a MACHINE_CPU value -ARCHDIRS= alpha arm i386 m68k +ARCHDIRS= alpha arm i386 m68k x86_64 .for arch in ${ARCHDIRS} .include "${.CURDIR}/${arch}/Makefile.inc" -- cgit