summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-18 18:25:58 +0000
committerobrien <obrien@FreeBSD.org>2002-05-18 18:25:58 +0000
commit7ec8b4c3b8b3ec95b5de7c3cc21469c00fcfc422 (patch)
tree056dd8b2efc7065757769b7dcf543e3e28f78c70 /usr.bin/Makefile
parent0cececad594d4574033b7bc409ceefa7bf287d2b (diff)
downloadFreeBSD-src-7ec8b4c3b8b3ec95b5de7c3cc21469c00fcfc422.zip
FreeBSD-src-7ec8b4c3b8b3ec95b5de7c3cc21469c00fcfc422.tar.gz
elf2aout can be useful to have on all platforms
Diffstat (limited to 'usr.bin/Makefile')
-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