Build lint(1) on ia64.

This commit is contained in:
Marcel Moolenaar 2003-11-03 05:14:47 +00:00
parent 8d3e35d805
commit c219b2ef38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121928

View File

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