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 include ./Makefile.subdirs
38
39 libmlrpc: libsmb
40 libsmbns: libsmb
41 libmlsvc: libsmb libmlrpc libsmbns
42 libfksmbsrv: libsmb
|
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
|