summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-11-03 05:14:47 +0000
committermarcel <marcel@FreeBSD.org>2003-11-03 05:14:47 +0000
commitcae05e711ac3f9fa462b268015797543ae72d9d6 (patch)
tree28f072ae1c9042a8fe7b85f844ae43169bc1a660 /usr.bin
parent88359b55f60821372b3745b40c1efb9d8c6b8671 (diff)
downloadFreeBSD-src-cae05e711ac3f9fa462b268015797543ae72d9d6.zip
FreeBSD-src-cae05e711ac3f9fa462b268015797543ae72d9d6.tar.gz
Build lint(1) on ia64.
Diffstat (limited to 'usr.bin')
-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