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