diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-16 01:26:21 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-16 01:26:21 +0000 |
commit | fa497859b13e02f50cb2c6573e8c406f153fbdd8 (patch) | |
tree | e59e3b866d603d9b12020107c8d839da2a60da5d | |
parent | 1d57235e4e742959bce9b5cae033717bb3c21ca9 (diff) | |
download | samba-fa497859b13e02f50cb2c6573e8c406f153fbdd8.tar.gz samba-fa497859b13e02f50cb2c6573e8c406f153fbdd8.tar.xz samba-fa497859b13e02f50cb2c6573e8c406f153fbdd8.zip |
Remove addtosmbpass - not used.
Jeremy.
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 82aa41233be..4f642994924 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -85,7 +85,7 @@ PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient bin/make_unicodemap bi MPROGS = @MPROGS@ PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef -SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd +SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/convert_smbpasswd QUOTAOBJS=@QUOTAOBJS@ |