summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 0209757..694f38a 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -7,9 +7,11 @@ SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \
SUBDIR+=cvs
.endif
+.if defined(WANT_AOUT)
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=as ld
.endif
+.endif
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
OpenPOWER on IntegriCloud