1*1193Smws# 2*1193Smws# CDDL HEADER START 3*1193Smws# 4*1193Smws# The contents of this file are subject to the terms of the 5*1193Smws# Common Development and Distribution License, Version 1.0 only 6*1193Smws# (the "License"). You may not use this file except in compliance 7*1193Smws# with the License. 8*1193Smws# 9*1193Smws# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*1193Smws# or http://www.opensolaris.org/os/licensing. 11*1193Smws# See the License for the specific language governing permissions 12*1193Smws# and limitations under the License. 13*1193Smws# 14*1193Smws# When distributing Covered Code, include this CDDL HEADER in each 15*1193Smws# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*1193Smws# If applicable, add the following below this CDDL HEADER, with the 17*1193Smws# fields enclosed by brackets "[]" replaced with your own identifying 18*1193Smws# information: Portions Copyright [yyyy] [name of copyright owner] 19*1193Smws# 20*1193Smws# CDDL HEADER END 21*1193Smws# 22*1193Smws 23*1193Smws# 24*1193Smws# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 25*1193Smws# Use is subject to license terms. 26*1193Smws# 27*1193Smws#ident "%Z%%M% %I% %E% SMI" 28*1193Smws 29*1193SmwsMODULE = ip-transport 30*1193SmwsCLASS = common 31*1193SmwsSRCS = ip.c 32*1193Smws 33*1193Smwsinclude ../../Makefile.plugin 34*1193Smws 35*1193SmwsLDLIBS += -lsocket -lnsl 36