diff options
author | Jeremy Allison <jra@samba.org> | 1998-11-05 02:58:37 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-11-05 02:58:37 +0000 |
commit | 68d3842dc74ab8fab5dde96c0461a7e2e7c81da1 (patch) | |
tree | 29613d62876a479c332718d13f956952f465b03e | |
parent | 0890fe0b70f0a0106da74745dec4b8a0fb38de04 (diff) | |
download | samba-68d3842dc74ab8fab5dde96c0461a7e2e7c81da1.tar.gz samba-68d3842dc74ab8fab5dde96c0461a7e2e7c81da1.tar.bz2 samba-68d3842dc74ab8fab5dde96c0461a7e2e7c81da1.zip |
Added scripts/convert_smbpasswd to SCRIPTS
Jeremy.
(This used to be commit 60553b3dc295d0df3ce42ad81a26edb45e234021)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |