mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
082a568473
rafal
(This used to be commit 3005f0408c
)
20 lines
360 B
Makefile
20 lines
360 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_user.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
CONFIG \
|
|
LIBCMDLINE \
|
|
LIBBASIC \
|
|
LIBSMB \
|
|
LIBNET
|
|
# End BINARY net
|
|
#################################
|