Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
f743002678eb67b99bbc29fee116b65d9530fec0wrowe#
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem#
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand# The contents of this file are subject to the terms of the
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand# Common Development and Distribution License, Version 1.0 only
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand# (the "License"). You may not use this file except in compliance
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand# with the License.
caad2986f81ab263f7af41467dd622dc9add17f3ylavic#
caad2986f81ab263f7af41467dd622dc9add17f3ylavic# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
caad2986f81ab263f7af41467dd622dc9add17f3ylavic# or http://www.opensolaris.org/os/licensing.
caad2986f81ab263f7af41467dd622dc9add17f3ylavic# See the License for the specific language governing permissions
e0ac31728a50ea5078cd9ef5bd6cd11723d7aa0djailletc# and limitations under the License.
e0ac31728a50ea5078cd9ef5bd6cd11723d7aa0djailletc#
e0ac31728a50ea5078cd9ef5bd6cd11723d7aa0djailletc# When distributing Covered Code, include this CDDL HEADER in each
e0ac31728a50ea5078cd9ef5bd6cd11723d7aa0djailletc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
45a10d38e6051fd7bdf9d742aaae633d97ff02abjailletc# If applicable, add the following below this CDDL HEADER, with the
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton# fields enclosed by brackets "[]" replaced with your own identifying
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton# information: Portions Copyright [yyyy] [name of copyright owner]
939a5386274c80af51ee9fff4b0ca29f0c799da5covener#
939a5386274c80af51ee9fff4b0ca29f0c799da5covener# CDDL HEADER END
939a5386274c80af51ee9fff4b0ca29f0c799da5covener#
939a5386274c80af51ee9fff4b0ca29f0c799da5covener#
b39b9b73bda17517f2ff310a70ed539256158d7acovener# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
b39b9b73bda17517f2ff310a70ed539256158d7acovener# Use is subject to license terms.
b39b9b73bda17517f2ff310a70ed539256158d7acovener#
b39b9b73bda17517f2ff310a70ed539256158d7acovener#ident "%Z%%M% %I% %E% SMI"
7a7d384263706f5893f8321126236f88588197c0covener
7a7d384263706f5893f8321126236f88588197c0covenerMODULE = sctp.so
7a7d384263706f5893f8321126236f88588197c0covenerMDBTGT = kvm
5e50f2a09fcbd826d257254d65f0654abac28134covener
5e50f2a09fcbd826d257254d65f0654abac28134covenerMODSRCS = sctp.c
5e50f2a09fcbd826d257254d65f0654abac28134covener
5e50f2a09fcbd826d257254d65f0654abac28134covenerinclude ../../../../Makefile.cmd
44b664206cee887b8b69862def5dd1832afc97ddcovenerinclude ../../../../Makefile.cmd.64
44b664206cee887b8b69862def5dd1832afc97ddcovenerinclude ../../Makefile.sparcv9
44b664206cee887b8b69862def5dd1832afc97ddcovener
44b664206cee887b8b69862def5dd1832afc97ddcovenerCPPFLAGS += -I$(SRC)/uts/common/inet
44b664206cee887b8b69862def5dd1832afc97ddcovener
44b664206cee887b8b69862def5dd1832afc97ddcovenerinclude ../../../Makefile.module
44b664206cee887b8b69862def5dd1832afc97ddcovener