summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-08-22 03:22:17 +0000
committermarcel <marcel@FreeBSD.org>2006-08-22 03:22:17 +0000
commitf511e89bcf245b4913c3f304bc0444195c14c394 (patch)
tree349c5c2941002c03b7ffd410e466f197a271ce6c /usr.bin
parent6723c51456f91f4ff5b61a01bcdf421bfa465a61 (diff)
downloadFreeBSD-src-f511e89bcf245b4913c3f304bc0444195c14c394.zip
FreeBSD-src-f511e89bcf245b4913c3f304bc0444195c14c394.tar.gz
Build libsmb and smbutil on ia64.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index cc0d2cc..5b7ad04 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -316,6 +316,10 @@ _ncplogin= ncplogin
_smbutil= smbutil
.endif
+.if ${MACHINE_ARCH} == "ia64"
+_smbutil= smbutil
+.endif
+
.if ${MACHINE_ARCH} == "amd64"
.if ${MK_NCP} != "no"
_ncplist= ncplist
OpenPOWER on IntegriCloud