Connect ncplist, ncplogin, and smbutil to the amd64 build.

This commit is contained in:
Peter Wemm 2003-07-24 02:09:19 +00:00
parent 92c3d4271e
commit 71990d3dd1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117952

View File

@ -242,6 +242,12 @@ SUBDIR+=doscmd \
SUBDIR+=uac
.endif
.if ${MACHINE_ARCH} == "amd64"
SUBDIR+=ncplist \
ncplogin \
smbutil
.endif
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
SUBDIR+=chkey newkey
.endif