summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7fc6477..b7a132f 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -40,6 +40,7 @@ SUBDIR= apply \
dirname \
du \
ee \
+ elf2aout \
enigma \
env \
expand \
@@ -234,10 +235,6 @@ SUBDIR+=ar \
SUBDIR+=uac
.endif
-.if ${MACHINE_ARCH} == "sparc64"
-SUBDIR+=elf2aout
-.endif
-
# Things which don't compile on new platforms yet:
.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64"
SUBDIR+=xlint
OpenPOWER on IntegriCloud