mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable building of the a.out gas and ld. They will become ports.
This commit is contained in:
parent
cf2f853a12
commit
4e6ef0845d
1 changed files with 0 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue