diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-15 19:49:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-15 19:49:28 +0000 |
| commit | 4979e034c123cd65bba1002858155ba694fd5b44 (patch) | |
| tree | dc09042f50531c0bdbc40c7d66ce7086f0d338b7 /gnu | |
| parent | 216af8221ed4f3da2df4de2c799f80ebdee0dd39 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -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 02097576c08a..694f38a86336 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 |
