Print this page
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
9173 smbsrv: we do not build all
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Approved by: Gordon Ross <gwr@nexenta.com>
SMB-50 User-mode SMB server
 Includes work by these authors:
 Thomas Keiser <thomas.keiser@nexenta.com>
 Albert Lee <trisk@nexenta.com>


  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  25 #
  26 
  27 include ../Makefile.lib
  28 
  29 SUBDIRS = \
  30         libfksmbsrv \
  31         libmlsvc \
  32         libmlrpc \
  33         libsmb \
  34         libsmbns \
  35         libsmbrp
  36 
  37 libmlrpc: libsmb

  38 libsmbns: libsmb
  39 libmlsvc: libsmb libmlrpc libsmbns
  40 libfksmbsrv: libsmb
  41 
  42 include ./Makefile.subdirs


  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  25 #
  26 
  27 include ../Makefile.lib
  28 
  29 SUBDIRS = \
  30         libfksmbsrv \
  31         libmlsvc \

  32         libsmb \
  33         libsmbns \
  34         libsmbrp
  35 
  36 include ./Makefile.subdirs
  37 
  38 libsmbns: libsmb
  39 libmlsvc: libsmb libsmbns
  40 libfksmbsrv: libsmb