Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2009 01:32:50 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188629 - head/usr.bin
Message-ID:  <200902150132.n1F1Wo1v035727@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902150132.n1F1Wo1v035727>