summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-24 02:09:19 +0000
committerpeter <peter@FreeBSD.org>2003-07-24 02:09:19 +0000
commit13ec34c5854f57a8be798024b0c20ce4163d1f06 (patch)
tree445d36bb29cd2d8f464b71bb797cac97a615faf4 /usr.bin
parent061f5a13accd810a2c5011384a2135879497671d (diff)
downloadFreeBSD-src-13ec34c5854f57a8be798024b0c20ce4163d1f06.zip
FreeBSD-src-13ec34c5854f57a8be798024b0c20ce4163d1f06.tar.gz
Connect ncplist, ncplogin, and smbutil to the amd64 build.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index c630576..52febe4 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -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
OpenPOWER on IntegriCloud