From 4e6ef0845de37f8c4a29410d48d3847da78a9c9f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 17 Sep 2002 01:43:21 +0000 Subject: [PATCH] Disable building of the a.out gas and ld. They will become ports. --- gnu/usr.bin/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 162586f3d84..1f44d3156c1 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