aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2012-03-29 03:04:59 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2012-03-29 03:04:59 +0000
commitf8e8c8faedd6b1709eee6d14ae1f35a8480558dc (patch)
tree29ca08d37f1e62b48eeefde849efa03b79458048 /Makefile.inc1
parent84db023ec18b6681d9fbc9eebb1ac6dbfe6c9e01 (diff)
downloadsrc-f8e8c8faedd6b1709eee6d14ae1f35a8480558dc.tar.gz
src-f8e8c8faedd6b1709eee6d14ae1f35a8480558dc.zip
o) Fix mips/mips -> mips for Makefile.inc1.
o) Rebuild src.conf.5.
Notes
Notes: svn path=/head/; revision=233645
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 195d1611cbb2..72a45781d869 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -136,7 +136,7 @@ VERSION!= uname -srp
VERSION+= ${OSRELDATE}
.endif
-KNOWN_ARCHES?= amd64 arm armeb/arm i386 i386/pc98 ia64 mipsel/mips mips/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64
+KNOWN_ARCHES?= amd64 arm armeb/arm i386 i386/pc98 ia64 mips mipsel/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64
.if ${TARGET} == ${TARGET_ARCH}
_t= ${TARGET}
.else