summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-17 01:43:21 +0000
committerobrien <obrien@FreeBSD.org>2002-09-17 01:43:21 +0000
commit2a4cb24fb4a35753b66a2503614b874481e35535 (patch)
tree49602bcbc81ba251229ef278c3f118331278da61 /gnu/usr.bin/Makefile
parent7f5005b2499e38e6a0c45db50bcdde2c8f2b2b2d (diff)
downloadFreeBSD-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/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile6
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>
OpenPOWER on IntegriCloud