svn commit: samba r5086 - in branches/SAMBA_4_0/source/build/smb_build: .

abartlet at samba.org abartlet at samba.org
Sat Jan 29 03:58:45 GMT 2005


Author: abartlet
Date: 2005-01-29 03:58:44 +0000 (Sat, 29 Jan 2005)
New Revision: 5086

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5086

Log:
Fix list of binaries to install:

 - nmblookup and net are generic, not torture programs.  
 - Add ntlm_auth

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-01-29 03:44:47 UTC (rev 5085)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-01-29 03:58:44 UTC (rev 5086)
@@ -602,15 +602,16 @@
 
 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 \\



More information about the samba-cvs mailing list