diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-11-10 01:01:58 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-11-10 01:01:58 +0000 |
| commit | cfad5290a04d011a6521465c08af9d15ddfb6177 (patch) | |
| tree | 5cc1e442de0a07b5210de85f1457b2ab4eadbf00 /usr.bin | |
| parent | a3e32192a593fe72ee0d05d9b4774191bcbd518f (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 84f51ffbe8cf9..fb0ceb5971017 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -7,6 +7,11 @@ # XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis # Moved to secure: bdes # + +.if ${MACHINE_ARCH} != "ia64" +_xlint= xlint +.endif + SUBDIR= alias \ apply \ asa \ @@ -165,6 +170,7 @@ SUBDIR= alias \ tr \ true \ truncate \ + truss \ tset \ tsort \ tty \ @@ -196,6 +202,7 @@ SUBDIR= alias \ write \ xargs \ xinstall \ + ${_xlint} \ xstr \ yacc \ yes \ @@ -238,11 +245,6 @@ SUBDIR+=doscmd \ SUBDIR+=uac .endif -# Things which don't compile on new platforms yet: -.if ${MACHINE_ARCH} != "ia64" -SUBDIR+=truss xlint -.endif - .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) SUBDIR+=chkey newkey .endif |
