diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-08-29 10:35:01 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-08-29 10:35:01 +0000 |
| commit | 3bc2f9a8974639ac4c0d112675d86584336b1620 (patch) | |
| tree | 7678c8ce0f5bce166dfa1b851883288faa470652 /gnu | |
| parent | 403a9c73fbb84d7a68fe63c7a97040e3caacfb82 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 096c23c0454e..b6a7cbd68871 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,8 +1,13 @@ # $FreeBSD$ -SUBDIR= bc binutils cc cpio dc dialog diff diff3 \ +SUBDIR= bc ${_binutils} ${_cc} cpio dc dialog diff diff3 \ ${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo +.if !defined(NO_TOOLCHAIN) +_cc=cc +_binutils=binutils +.endif + .if !defined(NO_CXX) .if ${MACHINE_ARCH} != "powerpc" _gperf=gperf |
