summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-04-30 02:42:23 +0000
committerjake <jake@FreeBSD.org>2002-04-30 02:42:23 +0000
commit8c61e8a7381f13b1a96dc68505d25e2bdf19b19d (patch)
treef4cca1237f97733a75eb1e844d7c4996750a7d6e /usr.bin/Makefile
parent8159406b95071f7ad52a287f52d55e1e8c7e5a7f (diff)
downloadFreeBSD-src-8c61e8a7381f13b1a96dc68505d25e2bdf19b19d.zip
FreeBSD-src-8c61e8a7381f13b1a96dc68505d25e2bdf19b19d.tar.gz
Build elf2aout for sparc64.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 935fd98..6178ece 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -230,6 +230,10 @@ 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