diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-08-24 15:46:29 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-08-24 15:46:29 +0000 |
| commit | e6fcb75d5f08edd01b04d082bdbded4e0e79e8a5 (patch) | |
| tree | 23536df2b9845f31cdd8ff65583dac288d9c3a88 | |
| parent | 6d247f1c080f6ff2ddd93eef4f7a38d26c8f0c3b (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index e9d77c2cfe90d..73b0416993b10 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -24,7 +24,7 @@ SUBDIR= bc \ sort \ ${_texinfo} -.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc" +.if ${MACHINE_ARCH} == "arm" MK_GDB= no # not yet .endif |
