From c34b73d7df7891d6a89b0b914829c5b1405e226c Mon Sep 17 00:00:00 2001 From: grehan Date: Thu, 5 Jan 2006 05:58:16 +0000 Subject: Enable truss for powerpc --- usr.bin/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 7ad124a..410e024 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -227,8 +227,7 @@ SUBDIR= alias \ ${_ypmatch} \ ${_ypwhich} -.if ${MACHINE_ARCH} != "arm" && \ - ${MACHINE_ARCH} != "powerpc" +.if ${MACHINE_ARCH} != "arm" _truss= truss .endif -- cgit v1.1