xref: /onnv-gate/usr/src/cmd/mdb/intel/ia32/arp/Makefile (revision 2546:3e3e9857b7e6)
1*2546Scarlsonj#
2*2546Scarlsonj# CDDL HEADER START
3*2546Scarlsonj#
4*2546Scarlsonj# The contents of this file are subject to the terms of the
5*2546Scarlsonj# Common Development and Distribution License (the "License").
6*2546Scarlsonj# You may not use this file except in compliance with the License.
7*2546Scarlsonj#
8*2546Scarlsonj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2546Scarlsonj# or http://www.opensolaris.org/os/licensing.
10*2546Scarlsonj# See the License for the specific language governing permissions
11*2546Scarlsonj# and limitations under the License.
12*2546Scarlsonj#
13*2546Scarlsonj# When distributing Covered Code, include this CDDL HEADER in each
14*2546Scarlsonj# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2546Scarlsonj# If applicable, add the following below this CDDL HEADER, with the
16*2546Scarlsonj# fields enclosed by brackets "[]" replaced with your own identifying
17*2546Scarlsonj# information: Portions Copyright [yyyy] [name of copyright owner]
18*2546Scarlsonj#
19*2546Scarlsonj# CDDL HEADER END
20*2546Scarlsonj#
21*2546Scarlsonj#
22*2546Scarlsonj# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*2546Scarlsonj# Use is subject to license terms.
24*2546Scarlsonj#
25*2546Scarlsonj#ident	"%Z%%M%	%I%	%E% SMI"
26*2546Scarlsonj
27*2546ScarlsonjMODULE = arp.so
28*2546ScarlsonjMDBTGT = kvm
29*2546Scarlsonj
30*2546ScarlsonjMODSRCS = arp.c
31*2546Scarlsonj
32*2546Scarlsonjinclude ../../../../Makefile.cmd
33*2546Scarlsonjinclude ../../Makefile.ia32
34*2546Scarlsonjinclude ../../../Makefile.module
35