diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-26 00:11:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-26 00:11:06 +0000 |
commit | 8032b76e7588fe2527f469f0f435237ef6f5cb6e (patch) | |
tree | a647614e8063e8a36241fa7a8c0840b3d8f9913c /lib | |
parent | 6a246f06cfd44c878800cbf9248bf5efea260d54 (diff) |
enable x86_64
Diffstat (limited to 'lib')
-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 58a282e6629..1aef148c108 100644 --- a/lib/libarch/Makefile +++ b/lib/libarch/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2002/07/12 22:22:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2004/02/26 00:11:05 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1996/02/21 02:43:52 jtk Exp $ -SUBDIR= alpha i386 +SUBDIR= alpha i386 x86_64 .include <bsd.subdir.mk> |