diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2004-06-12 22:49:06 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2004-06-12 22:49:06 +0000 |
| commit | a5d31d16318ec4d216daafe658522688a847476f (patch) | |
| tree | 8def47f305d5551fe454a37f30734a19a61c278b /usr.bin/Makefile | |
| parent | e656d9a6c495f7b8ec8b663654c56d84c012c74a (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 5d165066716f..09d818d5a21b 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -224,7 +224,7 @@ SUBDIR= alias \ ypmatch \ ypwhich -.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "arm" && \ +.if ${MACHINE_ARCH} != "arm" && \ ${MACHINE_ARCH} != "powerpc" _truss= truss .endif |
