diff options
| author | fvdl <fvdl@NetBSD.org> | 2002-07-06 10:19:08 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 2002-07-06 10:19:08 +0000 |
| commit | f80efcf37cbd3d42e95df4d8e30fd38ee76aaf86 (patch) | |
| tree | 89793328b2f1786f795f9df5fc5d27e9fcfd1b5c /lib/libarch | |
| parent | fbf97bb59977ce5222fd54d8893b22b853b89eeb (diff) | |
Enable building libx86_64
Diffstat (limited to 'lib/libarch')
| -rw-r--r-- | lib/libarch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
