xref: /illumos-gate/usr/src/cmd/mdb/intel/ia32/list/Makefile (revision 50d4d24e)
13c112a2bSEric Taylor#
23c112a2bSEric Taylor# CDDL HEADER START
33c112a2bSEric Taylor#
43c112a2bSEric Taylor# The contents of this file are subject to the terms of the
53c112a2bSEric Taylor# Common Development and Distribution License (the "License").
63c112a2bSEric Taylor# You may not use this file except in compliance with the License.
73c112a2bSEric Taylor#
83c112a2bSEric Taylor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93c112a2bSEric Taylor# or http://www.opensolaris.org/os/licensing.
103c112a2bSEric Taylor# See the License for the specific language governing permissions
113c112a2bSEric Taylor# and limitations under the License.
123c112a2bSEric Taylor#
133c112a2bSEric Taylor# When distributing Covered Code, include this CDDL HEADER in each
143c112a2bSEric Taylor# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153c112a2bSEric Taylor# If applicable, add the following below this CDDL HEADER, with the
163c112a2bSEric Taylor# fields enclosed by brackets "[]" replaced with your own identifying
173c112a2bSEric Taylor# information: Portions Copyright [yyyy] [name of copyright owner]
183c112a2bSEric Taylor#
193c112a2bSEric Taylor# CDDL HEADER END
203c112a2bSEric Taylor#
213c112a2bSEric Taylor#
223c112a2bSEric Taylor# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
233c112a2bSEric Taylor#
243c112a2bSEric Taylor
25*50d4d24eSRobert MustacchiMODULE = list.so
263c112a2bSEric TaylorMDBTGT = proc
273c112a2bSEric Taylor
28*50d4d24eSRobert MustacchiMODSRCS = listmod.c \
293c112a2bSEric Taylor	  list.c
303c112a2bSEric Taylor
313c112a2bSEric Taylorinclude ../../../../Makefile.cmd
323c112a2bSEric Taylorinclude ../../Makefile.ia32
333c112a2bSEric Taylorinclude ../../../Makefile.module
34