1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

o Build truss on all architectures.

o  xlint is still excluded from the ia64 build, but now in a way
   that doesn't corrupt ordering for other platforms.
This commit is contained in:
Marcel Moolenaar 2002-11-10 01:01:58 +00:00
parent a3e32192a5
commit cfad5290a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106717

View File

@ -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