diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-04-06 05:51:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-04-06 05:51:59 +0000 |
| commit | 12aee77ec89745fef2bcc2f76b08c5f0ff235deb (patch) | |
| tree | b098ee36e253669b0352e2a92aa1b5517961b3b1 /usr.bin | |
| parent | 87bd4d6cebf7920a85576ef11c962862fdf22966 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 7b97d9f488d4..021e65b90ff6 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -187,7 +187,6 @@ SUBDIR= apply \ write \ xargs \ xinstall \ - xlint \ xstr \ yacc \ yes \ @@ -233,6 +232,10 @@ SUBDIR+=ar \ SUBDIR+=uac .endif +.if ${MACHINE_ARCH} != "ia64" +SUBDIR+=xlint +.endif + .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) SUBDIR+=chkey newkey .endif |
