Makefile revision 10946:324bab2b3370
119370Spst#
298944Sobrien# CDDL HEADER START
398944Sobrien#
419370Spst# The contents of this file are subject to the terms of the
519370Spst# Common Development and Distribution License (the "License").
698944Sobrien# You may not use this file except in compliance with the License.
719370Spst#
898944Sobrien# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
998944Sobrien# or http://www.opensolaris.org/os/licensing.
1098944Sobrien# See the License for the specific language governing permissions
1198944Sobrien# and limitations under the License.
1219370Spst#
1398944Sobrien# When distributing Covered Code, include this CDDL HEADER in each
1498944Sobrien# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1598944Sobrien# If applicable, add the following below this CDDL HEADER, with the
1698944Sobrien# fields enclosed by brackets "[]" replaced with your own identifying
1719370Spst# information: Portions Copyright [yyyy] [name of copyright owner]
1898944Sobrien#
1998944Sobrien# CDDL HEADER END
2098944Sobrien#
2198944Sobrien#
2219370Spst# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
2319370Spst# Use is subject to license terms.
2419370Spst#
2519370Spst
2619370SpstMODULE = ip.so
2719370SpstMDBTGT = kvm
2819370Spst
2919370SpstMODSRCS = ip.c
3019370Spst
3119370Spstinclude ../../../../Makefile.cmd
3219370Spstinclude ../../Makefile.ia32
3319370Spstinclude ../../../Makefile.module
3419370Spst
3519370SpstCPPFLAGS += -I$(SRC)/uts/common/inet
3698944Sobrien