mirror of
https://github.com/samba-team/samba.git
synced 2025-01-20 14:03:59 +03:00
6ac53d211d
metze (This used to be commit 0f8c193ac35572862b0d653dc02a71ebc71e88a8)
16 lines
280 B
Makefile
16 lines
280 B
Makefile
# client subsystem
|
|
|
|
#################################
|
|
# Start BINARY smbclient
|
|
[BINARY::smbclient]
|
|
OBJ_FILES = \
|
|
client/client.o \
|
|
client/clitar.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
CONFIG \
|
|
LIBCMDLINE \
|
|
LIBBASIC \
|
|
LIBSMB
|
|
# End BINARY smbclient
|
|
#################################
|