diff options
author | jake <jake@FreeBSD.org> | 2002-08-10 06:10:17 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-08-10 06:10:17 +0000 |
commit | 8d72d232ef4e71736f4cb412e9bf333ca4043a85 (patch) | |
tree | 69f3968698b84de4a611f091a675e82c94792fab /usr.bin/Makefile | |
parent | b46f5a1520cbb7c64295a4fc1efd926e4a3b1365 (diff) | |
download | FreeBSD-src-8d72d232ef4e71736f4cb412e9bf333ca4043a85.zip FreeBSD-src-8d72d232ef4e71736f4cb412e9bf333ca4043a85.tar.gz |
truss hasn't been ported to ia64 yet.
Noticed by: ru
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index e808469..f98a7a9 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -164,7 +164,6 @@ SUBDIR= alias \ tr \ true \ truncate \ - truss \ tset \ tsort \ tty \ @@ -247,7 +246,7 @@ SUBDIR+=uac # Things which don't compile on new platforms yet: .if ${MACHINE_ARCH} != "ia64" -SUBDIR+=xlint +SUBDIR+=truss xlint .endif .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) |