svn commit: r188629 - head/usr.bin

Warner Losh imp at FreeBSD.org
Sat Feb 14 17:32:51 PST 2009


Author: imp
Date: Sun Feb 15 01:32:50 2009
New Revision: 188629
URL: http://svn.freebsd.org/changeset/base/188629

Log:
  Truss builds on mips, so don't filter it building there anymore.

Modified:
  head/usr.bin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Sun Feb 15 01:26:49 2009	(r188628)
+++ head/usr.bin/Makefile	Sun Feb 15 01:32:50 2009	(r188629)
@@ -233,7 +233,7 @@ SUBDIR=	alias \
 	${_ypmatch} \
 	${_ypwhich}
 
-.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
+.if ${MACHINE_ARCH} != "arm"
 _truss=		truss
 .endif
 


More information about the svn-src-head mailing list