diff options
Diffstat (limited to 'libcli/nbt/wscript_build')
-rwxr-xr-x | libcli/nbt/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index f67ba91598..c4a9428142 100755 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -19,7 +19,7 @@ bld.SAMBA_LIBRARY('cli-nbt', bld.SAMBA_BINARY('nmblookup' + bld.env.suffix4, source='tools/nmblookup.c', - manpages='man/nmblookup.1', + manpages='man/nmblookup4.1', deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE' ) |