diff options
author | marcel <marcel@FreeBSD.org> | 2006-08-22 03:22:17 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-08-22 03:22:17 +0000 |
commit | f511e89bcf245b4913c3f304bc0444195c14c394 (patch) | |
tree | 349c5c2941002c03b7ffd410e466f197a271ce6c /usr.bin/Makefile | |
parent | 6723c51456f91f4ff5b61a01bcdf421bfa465a61 (diff) | |
download | FreeBSD-src-f511e89bcf245b4913c3f304bc0444195c14c394.zip FreeBSD-src-f511e89bcf245b4913c3f304bc0444195c14c394.tar.gz |
Build libsmb and smbutil on ia64.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
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 |