diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-17 01:43:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-17 01:43:21 +0000 |
| commit | 4e6ef0845de37f8c4a29410d48d3847da78a9c9f (patch) | |
| tree | 49602bcbc81ba251229ef278c3f118331278da61 | |
| parent | cf2f853a125ab9d68bce1d67b900fecd7d34cbf1 (diff) | |
Notes
| -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 162586f3d840..1f44d3156c19 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> |
