summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7b97d9f..021e65b 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -187,7 +187,6 @@ SUBDIR= apply \
write \
xargs \
xinstall \
- xlint \
xstr \
yacc \
yes \
@@ -233,6 +232,10 @@ SUBDIR+=ar \
SUBDIR+=uac
.endif
+.if ${MACHINE_ARCH} != "ia64"
+SUBDIR+=xlint
+.endif
+
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
SUBDIR+=chkey newkey
.endif
OpenPOWER on IntegriCloud