diff options
-rw-r--r-- | usr.bin/Makefile | 4 |
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 |