diff options
author | imp <imp@FreeBSD.org> | 2009-02-15 01:32:50 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-02-15 01:32:50 +0000 |
commit | ccc13c656ba58b8707093dd8e3fdeba67f800faa (patch) | |
tree | f0aa4ac4e4f1102d4e5d33995059744ceff70a11 /usr.bin/Makefile | |
parent | 442a51fa71ec87e4b41ae7f6547fec9abae86a71 (diff) | |
download | FreeBSD-src-ccc13c656ba58b8707093dd8e3fdeba67f800faa.zip FreeBSD-src-ccc13c656ba58b8707093dd8e3fdeba67f800faa.tar.gz |
Truss builds on mips, so don't filter it building there anymore.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 3688533..cdfaf12 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -233,7 +233,7 @@ SUBDIR= alias \ ${_ypmatch} \ ${_ypwhich} -.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips" +.if ${MACHINE_ARCH} != "arm" _truss= truss .endif |