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