aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-03-20 14:24:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-03-20 14:24:58 +0000
commitcea557add088ca3156187635fbcc8ebc8dba3f3f (patch)
treecbf0f7476670cafdc131d52ec306bf8158483b82 /usr.bin/Makefile
parenta3aed80d1eb78a8d20f08ae2018b49ece4ccb7f2 (diff)
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 404ba914dbe3..7b5b5a91a961 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -303,8 +303,10 @@ _usbhidctl= usbhidctl
.endif
.if ${MACHINE_ARCH} == "i386"
+.if ${MK_NCP} != "no"
_ncplist= ncplist
_ncplogin= ncplogin
+.endif
_smbutil= smbutil
.endif
@@ -313,8 +315,10 @@ _uac= uac
.endif
.if ${MACHINE_ARCH} == "amd64"
+.if ${MK_NCP} != "no"
_ncplist= ncplist
_ncplogin= ncplogin
+.endif
_smbutil= smbutil
.endif