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