From 68d3842dc74ab8fab5dde96c0461a7e2e7c81da1 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 5 Nov 1998 02:58:37 +0000 Subject: Added scripts/convert_smbpasswd to SCRIPTS Jeremy. (This used to be commit 60553b3dc295d0df3ce42ad81a26edb45e234021) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index e578efa775..8d194ffaa4 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -77,7 +77,7 @@ PROGS2 = bin/rpcclient bin/smbpasswd bin/make_smbcodepage @WRAP@ @WRAP32@ MPROGS = @MPROGS@ PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef -SCRIPTS = script/smbtar script/addtosmbpass +SCRIPTS = script/smbtar script/addtosmbpass script/convert_smbpasswd QUOTAOBJS=@QUOTAOBJS@ -- cgit