summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
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 404ba91..7b5b5a9 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
OpenPOWER on IntegriCloud