summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-09-01 18:03:09 +0000
committerobrien <obrien@FreeBSD.org>2008-09-01 18:03:09 +0000
commit69573b0e0cb3f26ac541f3641e7e494e010dd6b5 (patch)
tree710960c9c440d2abc2f0ad15fa7fa12570ce039a /usr.bin/Makefile
parentf379ac81c21eb3c1d9730d75e0ee74e12bce8850 (diff)
downloadFreeBSD-src-69573b0e0cb3f26ac541f3641e7e494e010dd6b5.zip
FreeBSD-src-69573b0e0cb3f26ac541f3641e7e494e010dd6b5.tar.gz
Truss and gprof doesn't build for MIPS.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index f1b54d0..6c4eb22 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -233,7 +233,7 @@ SUBDIR= alias \
${_ypmatch} \
${_ypwhich}
-.if ${MACHINE_ARCH} != "arm"
+.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
_truss= truss
.endif
@@ -299,7 +299,9 @@ _vacation= vacation
_ar= ar
_c89= c89
_c99= c99
+.if ${MACHINE_ARCH} != "mips"
_gprof= gprof
+.endif
_lex= lex
_xlint= xlint
_yacc= yacc
OpenPOWER on IntegriCloud