From f0158210b3057437e8df3668ca52b40c8ac72e2a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 29 Jan 2005 03:58:44 +0000 Subject: 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) --- source4/build/smb_build/makefile.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source4') 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 \\ -- cgit