From 14f70d9fc19ae53300998ffe8c0eb9c5ed2078c8 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 13 Feb 2010 13:31:34 +0100 Subject: [PATCH] Put evtranalyze and ktrdump in the already existing i386 check. --- usr.bin/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 0c2fb4e192..6e0f13150a 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -231,11 +231,6 @@ SUBDIR= alias \ ypmatch \ ypwhich -.if ${MACHINE_ARCH} == "i386" -SUBDIR+= ktrdump -SUBDIR+= evtranalyze -.endif - .if !defined(NO_BIND) SUBDIR+=dig \ dnssec-keygen \ @@ -258,10 +253,12 @@ SUBDIR+=vacation .endif .if ${MACHINE_ARCH} == "i386" -# Things that don't compile on alpha or are aout specific: +# Things that don't compile on x86_64 or are i386 specific: SUBDIR+=doscmd \ + evtranalyze \ gcore \ gprof4 \ + ktrdump \ ncplist \ ncplogin \ sasc \ -- 2.41.0