diff options
author | obrien <obrien@FreeBSD.org> | 2010-11-21 03:56:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-11-21 03:56:41 +0000 |
commit | 0d7dfe1fbded8590d75a2e16c6688dd1e40fecf2 (patch) | |
tree | c5fa1bcafc985db4ddbc18163b38e349ed02a188 /sys/Makefile | |
parent | 5bd8badd5ec0af1082cbc5e11e674721bbfab61f (diff) | |
download | FreeBSD-src-0d7dfe1fbded8590d75a2e16c6688dd1e40fecf2.zip FreeBSD-src-0d7dfe1fbded8590d75a2e16c6688dd1e40fecf2.tar.gz |
Add x86 to ALL_ARCH.
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index cb5fd13..48edc48 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -14,7 +14,7 @@ CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \ netsmb nfs nfsclient nfsserver nlm opencrypto \ pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR} .if defined(ALL_ARCH) -CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v +CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v x86 .else CSCOPE_ARCHDIR ?= ${MACHINE} .endif |