mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
8bf57cf8f5
This brings in a compatability layer for Samba3 in Samba4 - where we will start to define file formats and similar details. The 'net samdump' command uses 'password server = ' for now, and performs a similar task to Samba3's 'net rpc samsync'. Andrew Bartlett (This used to be commit 550f17f9924fe783917318753de7d1a388423908)
21 lines
388 B
Makefile
21 lines
388 B
Makefile
# utils/net subsystem
|
|
|
|
#################################
|
|
# Start BINARY net
|
|
[BINARY::net]
|
|
OBJ_FILES = \
|
|
utils/net/net.o \
|
|
utils/net/net_password.o \
|
|
utils/net/net_time.o \
|
|
utils/net/net_join.o \
|
|
utils/net/net_vampire.o \
|
|
utils/net/net_user.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
CONFIG \
|
|
LIBCMDLINE \
|
|
LIBBASIC \
|
|
LIBSMB \
|
|
LIBNET
|
|
# End BINARY net
|
|
#################################
|