1d9638e54Smws# 2d9638e54Smws# CDDL HEADER START 3d9638e54Smws# 4d9638e54Smws# The contents of this file are subject to the terms of the 5d9638e54Smws# Common Development and Distribution License, Version 1.0 only 6d9638e54Smws# (the "License"). You may not use this file except in compliance 7d9638e54Smws# with the License. 8d9638e54Smws# 9d9638e54Smws# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10d9638e54Smws# or http://www.opensolaris.org/os/licensing. 11d9638e54Smws# See the License for the specific language governing permissions 12d9638e54Smws# and limitations under the License. 13d9638e54Smws# 14d9638e54Smws# When distributing Covered Code, include this CDDL HEADER in each 15d9638e54Smws# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16d9638e54Smws# If applicable, add the following below this CDDL HEADER, with the 17d9638e54Smws# fields enclosed by brackets "[]" replaced with your own identifying 18d9638e54Smws# information: Portions Copyright [yyyy] [name of copyright owner] 19d9638e54Smws# 20d9638e54Smws# CDDL HEADER END 21d9638e54Smws# 22d9638e54Smws 23d9638e54Smws# 24d9638e54Smws# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 25d9638e54Smws# Use is subject to license terms. 26d9638e54Smws# 275661bb76SJohn Levon# Copyright (c) 2018, Joyent, Inc. 28d9638e54Smws 29d9638e54SmwsMODULE = ip-transport 30d9638e54SmwsCLASS = common 31d9638e54SmwsSRCS = ip.c 32d9638e54Smws 33d9638e54Smwsinclude ../../Makefile.plugin 34d9638e54Smws 35d9638e54SmwsLDLIBS += -lsocket -lnsl 36*d3b5f563SJohn LevonCERRWARN += $(CNOWARN_UNINIT) 375661bb76SJohn Levon 385661bb76SJohn Levon# not linted 395661bb76SJohn LevonSMATCH=off 40