1*e0687fa3SGordon Ross#
2*e0687fa3SGordon Ross# CDDL HEADER START
3*e0687fa3SGordon Ross#
4*e0687fa3SGordon Ross# The contents of this file are subject to the terms of the
5*e0687fa3SGordon Ross# Common Development and Distribution License, Version 1.0 only
6*e0687fa3SGordon Ross# (the "License").  You may not use this file except in compliance
7*e0687fa3SGordon Ross# with the License.
8*e0687fa3SGordon Ross#
9*e0687fa3SGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*e0687fa3SGordon Ross# or http://www.opensolaris.org/os/licensing.
11*e0687fa3SGordon Ross# See the License for the specific language governing permissions
12*e0687fa3SGordon Ross# and limitations under the License.
13*e0687fa3SGordon Ross#
14*e0687fa3SGordon Ross# When distributing Covered Code, include this CDDL HEADER in each
15*e0687fa3SGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*e0687fa3SGordon Ross# If applicable, add the following below this CDDL HEADER, with the
17*e0687fa3SGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
18*e0687fa3SGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
19*e0687fa3SGordon Ross#
20*e0687fa3SGordon Ross# CDDL HEADER END
21*e0687fa3SGordon Ross#
22*e0687fa3SGordon Ross#
23*e0687fa3SGordon Ross# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24*e0687fa3SGordon Ross# Use is subject to license terms.
25*e0687fa3SGordon Ross#
26*e0687fa3SGordon Ross# Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
27*e0687fa3SGordon Ross#
28*e0687fa3SGordon Ross
29*e0687fa3SGordon RossMODULE = libmlsvc.so
30*e0687fa3SGordon RossMDBTGT = proc
31*e0687fa3SGordon Ross
32*e0687fa3SGordon RossMODSRCS = mlsvc.c smb_ht.c
33*e0687fa3SGordon Ross
34*e0687fa3SGordon Rossinclude ../../../../Makefile.cmd
35*e0687fa3SGordon Rossinclude ../../Makefile.ia32
36*e0687fa3SGordon Rossinclude ../../../Makefile.module
37*e0687fa3SGordon Ross
38*e0687fa3SGordon RossMODSRCS_DIR = ../../../common/modules/libmlsvc
39*e0687fa3SGordon Ross
40*e0687fa3SGordon Ross# CPPFLAGS += -I$(SRC)/lib/smbsrv/libmlsvc
41*e0687fa3SGordon RossCPPFLAGS += -I$(SRC)/uts/common
42*e0687fa3SGordon Ross
43*e0687fa3SGordon RossCSTD=	$(CSTD_GNU99)
44