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