From 13ec34c5854f57a8be798024b0c20ce4163d1f06 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 24 Jul 2003 02:09:19 +0000 Subject: Connect ncplist, ncplogin, and smbutil to the amd64 build. --- usr.bin/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'usr.bin') 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 -- cgit v1.1