summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 178ca5a..c8e64c4 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -7,12 +7,6 @@
# Moved to secure: bdes
#
-.if ${MACHINE_ARCH} != "ia64"
-.if !defined(NO_TOOLCHAIN)
-_xlint= xlint
-.endif
-.endif
-
.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "amd64"
.if !defined(NO_TOOLCHAIN)
_gprof= gprof
@@ -24,6 +18,7 @@ _truss= truss
_c89= c89
_c99= c99
_lex= lex
+_xlint= xlint
_yacc= yacc
.endif
OpenPOWER on IntegriCloud