summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 6497743..b6fdcae 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -5,7 +5,7 @@
# XXX MISSING: deroff diction graph learn plot
# spell spline struct xsend
-# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
+# XXX Use GNU versions: apropos diff grep ld man patch whatis
# Moved to secure: bdes
#
@@ -18,6 +18,7 @@ SUBDIR= alias \
awk \
banner \
basename \
+ ${_bc} \
${_biff} \
${_bluetooth} \
brandelf \
@@ -49,6 +50,7 @@ SUBDIR= alias \
${_csup} \
${_ctags} \
cut \
+ ${_dc} \
${_dig} \
dirname \
du \
@@ -64,7 +66,7 @@ SUBDIR= alias \
${_file2c} \
find \
finger \
- ${_fmt} \
+ fmt \
fold \
${_from} \
fstat \
@@ -170,6 +172,7 @@ SUBDIR= alias \
${_rwho} \
script \
sed \
+ seq \
shar \
showmount \
${_smbutil} \
@@ -203,6 +206,7 @@ SUBDIR= alias \
unexpand \
${_unifdef} \
uniq \
+ unzip \
units \
unvis \
${_usbhidaction} \
@@ -224,6 +228,7 @@ SUBDIR= alias \
who \
whois \
write \
+ wtmpcvt \
xargs \
xinstall \
${_xlint} \
@@ -276,7 +281,9 @@ _hesinfo= hesinfo
.endif
.if ${MK_OPENSSL} != "no"
+_bc= bc
_chkey= chkey
+_dc= dc
_newkey= newkey
.if ${MK_LIBTHR} != "no"
_csup= csup
@@ -290,7 +297,6 @@ _locate= locate
# XXX msgs?
.if ${MK_MAIL} != "no"
_biff= biff
-_fmt= fmt
_from= from
_mail= mail
_msgs= msgs
@@ -384,4 +390,8 @@ _smbutil= smbutil
_smbutil= smbutil
.endif
+.if ${MACHINE_ARCH} == "sparc64"
+_smbutil= smbutil
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud