Disable building of the a.out gas and ld. They will become ports.

This commit is contained in:
David E. O'Brien 2002-09-17 01:43:21 +00:00
parent cf2f853a12
commit 4e6ef0845d

View File

@ -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>