summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-01-29 03:58:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:21 -0500
commitf0158210b3057437e8df3668ca52b40c8ac72e2a (patch)
tree03fa3b8b47caef877c922686ee1dfd62cac430ac /source4
parentefc42a068bd50728c80b0df95b7b9a97514345f6 (diff)
downloadsamba-f0158210b3057437e8df3668ca52b40c8ac72e2a.tar.gz
samba-f0158210b3057437e8df3668ca52b40c8ac72e2a.tar.bz2
samba-f0158210b3057437e8df3668ca52b40c8ac72e2a.zip
r5086: Fix list of binaries to install:
- nmblookup and net are generic, not torture programs. - Add ntlm_auth Andrew Bartlett (This used to be commit a2a49d1be00bdf33f941890399d6cbdf46968d9b)
Diffstat (limited to 'source4')
-rw-r--r--source4/build/smb_build/makefile.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 20208ac88d..0f0a60688a 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -602,15 +602,16 @@ showlayout:
SBIN_PROGS = bin/smbd
-BIN_PROGS = bin/smbclient
+BIN_PROGS = bin/smbclient \\
+ bin/net \\
+ bin/nmblookup \\
+ bin/ntlm_auth
TORTURE_PROGS = bin/smbtorture \\
bin/gentest \\
bin/locktest \\
bin/masktest \\
- bin/ndrdump \\
- bin/net \\
- bin/nmblookup
+ bin/ndrdump
LDB_PROGS = bin/ldbadd \\
bin/ldbdel \\