view usr/src/cmd/mdb/intel/amd64/smbfs/Makefile @ 8271:792589b3384f

6565868 Client should do packet signing 6673604 libshare_smbfs initprotofromdefaults() leaks memory 6684418 smbfs seems to ignore O_*SYNC open flags 6710493 smbfs doesn't interoperate with a MacOS share 6750718 move CIFS client kmdb modules to /usr/kernel/kmdb 6759403 various fixes for named-pipe support
author Gordon Ross <Gordon.Ross@Sun.COM>
date Thu, 04 Dec 2008 12:51:31 -0500
parents d57e38e8fdd1
children 96340372b72d
line wrap: on
line source

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.

MDBTGT		= kvm
MODULE		= smbfs.so
MODSRCS_DIR	= ../../../common/modules/smbfs
MODSRCS		= smbfs.c

include ../../../../Makefile.cmd
include ../../../../Makefile.cmd.64
include ../../Makefile.amd64

# This kmod goes in /usr/kernel/kmdb
ROOTKMOD = $(ROOT)/usr/kernel/kmdb$(MACHMODDIR)

include ../../../Makefile.module

CPPFLAGS	+= -I$(SRC)/uts/common/fs/smbclnt/smbfs
CPPFLAGS	+= -I$(SRC)/uts/common

# maybe not the best place for this, but
# we need to create this directory.
$(ROOTKMOD):
	$(INS.dir)