truss hasn't been ported to ia64 yet.

Noticed by:	ru
This commit is contained in:
Jake Burkholder 2002-08-10 06:10:17 +00:00
parent 9b9669488b
commit d9ac5b20fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101631

View File

@ -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)