Makefile revision dbed73cbda2229fd1aa6dc5743993cae7f0a7ee9
1306N/A#
2362N/A# CDDL HEADER START
1306N/A#
1306N/A# The contents of this file are subject to the terms of the
1306N/A# Common Development and Distribution License (the "License").
1306N/A# You may not use this file except in compliance with the License.
2362N/A#
1306N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
1306N/A# See the License for the specific language governing permissions
1306N/A# and limitations under the License.
1306N/A#
1306N/A# When distributing Covered Code, include this CDDL HEADER in each
1306N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1306N/A# If applicable, add the following below this CDDL HEADER, with the
1306N/A# fields enclosed by brackets "[]" replaced with your own identifying
1306N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1306N/A#
1306N/A# CDDL HEADER END
1306N/A#
2362N/A#
2362N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2362N/A# Use is subject to license terms.
1306N/A#
1306N/A
1306N/AMODULE = ip.so
1306N/AMDBTGT = kvm
1306N/A
1306N/AMODSRCS = ip.c
1306N/A
1306N/Ainclude ../../../../Makefile.cmd
1306N/Ainclude ../../../../Makefile.cmd.64
1306N/Ainclude ../../Makefile.amd64
1306N/Ainclude ../../../Makefile.module
1306N/A
1306N/ACPPFLAGS += -I$(SRC)/uts/common/inet
1306N/A