Truss and gprof doesn't build for MIPS.

This commit is contained in:
David E. O'Brien 2008-09-01 18:03:09 +00:00
parent db6fc08364
commit 668dbd57c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182619

View File

@ -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