mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
ceb6e9717b
(This used to be commit 2c74698032
)
10 lines
261 B
Makefile
10 lines
261 B
Makefile
################################################
|
|
# Start MODULE ntvfs_unixuid
|
|
[MODULE::ntvfs_unixuid]
|
|
INIT_FUNCTION = ntvfs_unixuid_init
|
|
SUBSYSTEM = ntvfs
|
|
OBJ_FILES = \
|
|
vfs_unixuid.o
|
|
# End MODULE ntvfs_unixuid
|
|
################################################
|