Makefile revision bd670b35a010421b6e1a5536c34453a827007c81
c13b8351b4dfb18806af4eb3c0fea240d83d1f82Andreas Gustafsson# CDDL HEADER START
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson# The contents of this file are subject to the terms of the
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson# Common Development and Distribution License (the "License").
c13b8351b4dfb18806af4eb3c0fea240d83d1f82Andreas Gustafsson# You may not use this file except in compliance with the License.
dd977047669f15fe3ea1a977871d7678cebf5082Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dd977047669f15fe3ea1a977871d7678cebf5082Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
dd977047669f15fe3ea1a977871d7678cebf5082Andreas Gustafsson# See the License for the specific language governing permissions
dd977047669f15fe3ea1a977871d7678cebf5082Andreas Gustafsson# and limitations under the License.
a185ac41ac0627ec711d13bf6fdd8a830b753060Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
dd977047669f15fe3ea1a977871d7678cebf5082Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dd977047669f15fe3ea1a977871d7678cebf5082Andreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
dd977047669f15fe3ea1a977871d7678cebf5082Andreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
dd977047669f15fe3ea1a977871d7678cebf5082Andreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
dd977047669f15fe3ea1a977871d7678cebf5082Andreas Gustafsson# CDDL HEADER END
e9918d6a9df388b971a4805844165dd3fc3a88caAndreas Gustafsson# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson# Use is subject to license terms.
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson# include global definitions
0d50da49baa7d2d39146d46789d88053af5b1b50Michael SawyerHDRS= arp.h common.h ipclassifier.h ip.h ip6.h ipdrop.h ipnet.h \
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson ipsecah.h ipsecesp.h ipsec_info.h iptun.h ip6_asp.h ip_if.h ip_ire.h \
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson ip_multi.h ip_netinfo.h ip_ndp.h ip_rts.h ipsec_impl.h keysock.h \
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson led.h mi.h mib2.h nd.h optcom.h sadb.h sctp_itf.h snmpcom.h tcp.h \
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson tcp_sack.h tcp_stack.h udp_impl.h rawip_impl.h ipp_common.h \
7beeb415ca3f1b230d35a8d385d99d2901cf9ff9Andreas Gustafsson ip_ftable.h ip_impl.h ip_stack.h ip_arp.h tcp_impl.h wifi_ioctl.h \
7beeb415ca3f1b230d35a8d385d99d2901cf9ff9Andreas GustafssonROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/inet/%)
$(ROOTDIRS):
$(INS.dir)