1592N/A#
1592N/A# CDDL HEADER START
1592N/A#
1592N/A# The contents of this file are subject to the terms of the
1592N/A# Common Development and Distribution License, Version 1.0 only
2362N/A# (the "License"). You may not use this file except in compliance
1592N/A# with the License.
2362N/A#
1592N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1592N/A# or http://www.opensolaris.org/os/licensing.
1592N/A# See the License for the specific language governing permissions
1592N/A# and limitations under the License.
1592N/A#
1592N/A# When distributing Covered Code, include this CDDL HEADER in each
1592N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1592N/A# If applicable, add the following below this CDDL HEADER, with the
1592N/A# fields enclosed by brackets "[]" replaced with your own identifying
1592N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1592N/A#
2362N/A# CDDL HEADER END
2362N/A#
2362N/A#
1592N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
1592N/A# Use is subject to license terms.
1592N/A#
1592N/A#ident "%Z%%M% %I% %E% SMI"
1592N/A
1592N/AMODULE = mdb_ds.so
1592N/AMDBTGT = proc
1592N/A
1592N/AMODSRCS = mdb_ds.c
1592N/A
1592N/Ainclude ../../../../Makefile.cmd
1592N/Ainclude ../../Makefile.ia32
1592N/Ainclude ../../../Makefile.module
1592N/A
1592N/A#
1592N/A# This module is somewhat unusual in that it is a proc-style dmod. proc dmods
1592N/A# are not normally built both for mdb and kmdb. These overrides build it as a
1592N/A# proc dmod and as a kvm kmod.
1592N/ATARGETS = $(TARGETS_proc) $(TARGETS_kvm_kmdb)
1592N/AROOTTGTS = $(ROOTTGTS_proc) $(ROOTTGTS_kvm_kmdb)
1592N/A