Makefile revision 430b4c467020edf2445feb0c21db01c88b86243a
146N/A#
146N/A# CDDL HEADER START
146N/A#
146N/A# The contents of this file are subject to the terms of the
146N/A# Common Development and Distribution License (the "License").
146N/A# You may not use this file except in compliance with the License.
146N/A#
146N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
146N/A# or http://www.opensolaris.org/os/licensing.
146N/A# See the License for the specific language governing permissions
146N/A# and limitations under the License.
146N/A#
146N/A# When distributing Covered Code, include this CDDL HEADER in each
146N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
146N/A# If applicable, add the following below this CDDL HEADER, with the
146N/A# fields enclosed by brackets "[]" replaced with your own identifying
146N/A# information: Portions Copyright [yyyy] [name of copyright owner]
146N/A#
146N/A# CDDL HEADER END
146N/A#
146N/A#
146N/A# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
2490N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
146N/A# Use is subject to license terms.
146N/A
146N/AMDBTGT = kvm
146N/AMODULE = smbfs.so
614N/AMODSRCS_DIR = ../../../common/modules/smbfs
1439N/AMODSRCS = smbfs.c
1439N/A
614N/Ainclude ../../../../Makefile.cmd
614N/Ainclude ../../../../Makefile.cmd.64
844N/Ainclude ../../Makefile.sparcv9
1439N/A
1439N/A# This kmod goes in /usr/kernel/kmdb
1273N/AROOTKMOD = $(ROOT)/usr/kernel/kmdb$(MACHMODDIR)
146N/A
3661N/Ainclude ../../../Makefile.module
3661N/A
146N/ACPPFLAGS += -I$(SRC)/uts/common/fs/smbclnt
146N/ACPPFLAGS += -I$(SRC)/uts/common
146N/A
146N/AC99MODE= $(C99_ENABLE)
1439N/A
1439N/A# maybe not the best place for this, but
2238N/A# we need to create this directory.
146N/A$(ROOTKMOD):
146N/A $(INS.dir)
1439N/A