aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-11-10 01:01:58 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-11-10 01:01:58 +0000
commitcfad5290a04d011a6521465c08af9d15ddfb6177 (patch)
tree5cc1e442de0a07b5210de85f1457b2ab4eadbf00 /usr.bin
parenta3e32192a593fe72ee0d05d9b4774191bcbd518f (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile12
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