diff options
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
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 |