diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 5 |
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 |