4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# CDDL HEADER START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# The contents of this file are subject to the terms of the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Common Development and Distribution License (the "License").
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# You may not use this file except in compliance with the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# or http://www.opensolaris.org/os/licensing.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# See the License for the specific language governing permissions
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# and limitations under the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# When distributing Covered Code, include this CDDL HEADER in each
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# If applicable, add the following below this CDDL HEADER, with the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# fields enclosed by brackets "[]" replaced with your own identifying
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# information: Portions Copyright [yyyy] [name of copyright owner]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# CDDL HEADER END
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
430b4c467020edf2445feb0c21db01c88b86243aGordon Ross# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Use is subject to license terms.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlowMDBTGT = kvm
4bff34e37def8a90f9194d81bc345c52ba20086athurlowMODULE = smbfs.so
4bff34e37def8a90f9194d81bc345c52ba20086athurlowMODSRCS_DIR = ../../../common/modules/smbfs
4bff34e37def8a90f9194d81bc345c52ba20086athurlowMODSRCS = smbfs.c
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude ../../../../Makefile.cmd
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude ../../../../Makefile.cmd.64
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude ../../Makefile.amd64
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross# This kmod goes in /usr/kernel/kmdb
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon RossROOTKMOD = $(ROOT)/usr/kernel/kmdb$(MACHMODDIR)
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude ../../../Makefile.module
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
430b4c467020edf2445feb0c21db01c88b86243aGordon RossCPPFLAGS += -I$(SRC)/uts/common/fs/smbclnt
4bff34e37def8a90f9194d81bc345c52ba20086athurlowCPPFLAGS += -I$(SRC)/uts/common
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
430b4c467020edf2445feb0c21db01c88b86243aGordon RossC99MODE= $(C99_ENABLE)
430b4c467020edf2445feb0c21db01c88b86243aGordon Ross
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross# maybe not the best place for this, but
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross# we need to create this directory.
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross$(ROOTKMOD):
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross $(INS.dir)