summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-08-10 06:10:17 +0000
committerjake <jake@FreeBSD.org>2002-08-10 06:10:17 +0000
commit8d72d232ef4e71736f4cb412e9bf333ca4043a85 (patch)
tree69f3968698b84de4a611f091a675e82c94792fab /usr.bin
parentb46f5a1520cbb7c64295a4fc1efd926e4a3b1365 (diff)
downloadFreeBSD-src-8d72d232ef4e71736f4cb412e9bf333ca4043a85.zip
FreeBSD-src-8d72d232ef4e71736f4cb412e9bf333ca4043a85.tar.gz
truss hasn't been ported to ia64 yet.
Noticed by: ru
Diffstat (limited to 'usr.bin')
-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