From 6eea92a40836cee008bacec715224253d1c41bec Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 6 Feb 2000 19:15:10 +0000 Subject: [PATCH] Move brandelf from being i386 specific to the MI area -- Linux emulation is comming to the Alpha. --- usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 2a681946f9aa..3509cb16fc9d 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -12,6 +12,7 @@ SUBDIR= apply \ banner \ basename \ biff \ + brandelf \ c89 \ calendar \ cap_mkdb \ @@ -210,7 +211,6 @@ SUBDIR+=dig \ .if ${MACHINE_ARCH} == "i386" # Things that don't compile on alpha or are aout specific: SUBDIR+=ar \ - brandelf \ doscmd \ gcore \ gprof4 \