summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index e808469..f98a7a9 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -164,7 +164,6 @@ SUBDIR= alias \
tr \
true \
truncate \
- truss \
tset \
tsort \
tty \
@@ -247,7 +246,7 @@ SUBDIR+=uac
# Things which don't compile on new platforms yet:
.if ${MACHINE_ARCH} != "ia64"
-SUBDIR+=xlint
+SUBDIR+=truss xlint
.endif
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
OpenPOWER on IntegriCloud