From cae05e711ac3f9fa462b268015797543ae72d9d6 Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 3 Nov 2003 05:14:47 +0000 Subject: Build lint(1) on ia64. --- usr.bin/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.1