diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-17 01:43:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-17 01:43:21 +0000 |
commit | 2a4cb24fb4a35753b66a2503614b874481e35535 (patch) | |
tree | 49602bcbc81ba251229ef278c3f118331278da61 /gnu | |
parent | 7f5005b2499e38e6a0c45db50bcdde2c8f2b2b2d (diff) | |
download | FreeBSD-src-2a4cb24fb4a35753b66a2503614b874481e35535.zip FreeBSD-src-2a4cb24fb4a35753b66a2503614b874481e35535.tar.gz |
Disable building of the a.out gas and ld. They will become ports.
Diffstat (limited to 'gnu')
-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> |