diff options
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 162586f..1f44d31 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -7,10 +7,4 @@ SUBDIR= bc binutils cc cpio dc dialog diff diff3 \ SUBDIR+=cvs .endif -.if defined(WANT_AOUT) -.if ${MACHINE_ARCH} == "i386" -SUBDIR+=as ld -.endif -.endif - .include <bsd.subdir.mk> |