summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-08-21 19:49:57 +0000
committermarcel <marcel@FreeBSD.org>2006-08-21 19:49:57 +0000
commit8e50b5d93c6a16a583336fb64d6f603473fdafff (patch)
tree4a92ff9dbd99ccd88afd76f6470490080c1a0752 /usr.bin/Makefile
parent51974d427a3dddb6697b8ee76c62c5b05215bfd9 (diff)
downloadFreeBSD-src-8e50b5d93c6a16a583336fb64d6f603473fdafff.zip
FreeBSD-src-8e50b5d93c6a16a583336fb64d6f603473fdafff.tar.gz
Remove alpha left-overs.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 2ebf6d7..cc0d2cc 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -194,7 +194,6 @@ SUBDIR= alias \
tset \
tsort \
tty \
- ${_uac} \
ul \
uname \
unexpand \
@@ -263,7 +262,7 @@ _calendar= calendar
.if ${MK_OPENSSL} != "no"
_chkey= chkey
_newkey= newkey
-.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE_ARCH} == "sparc64"
.if ${MK_LIBTHR} != "no"
_csup= csup
.endif
@@ -317,10 +316,6 @@ _ncplogin= ncplogin
_smbutil= smbutil
.endif
-.if ${MACHINE_ARCH} == "alpha"
-_uac= uac
-.endif
-
.if ${MACHINE_ARCH} == "amd64"
.if ${MK_NCP} != "no"
_ncplist= ncplist
OpenPOWER on IntegriCloud