a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# CDDL HEADER START
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# The contents of this file are subject to the terms of the
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# Common Development and Distribution License (the "License").
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# You may not use this file except in compliance with the License.
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# or http://www.opensolaris.org/os/licensing.
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# See the License for the specific language governing permissions
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# and limitations under the License.
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# When distributing Covered Code, include this CDDL HEADER in each
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# If applicable, add the following below this CDDL HEADER, with the
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# fields enclosed by brackets "[]" replaced with your own identifying
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# information: Portions Copyright [yyyy] [name of copyright owner]
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# CDDL HEADER END
07630cea1f3a845c09309f197ac7c4f11edd3b62Lennart Poettering# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poetteringinclude ../../../make-rules/shared-macros.mk
efdb02375beb0a940c3320865572913780b4d7deLennart PoetteringCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
a016b9228f338cb9b380ce7e00826ef462767d98Lennart PoetteringCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering sha256:1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7
a016b9228f338cb9b380ce7e00826ef462767d98Lennart PoetteringCOMPONENT_PROJECT_URL= http://code.google.com/p/ipaddr-py/
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# ipaddr is not Python 3.x compatible, ipaddress should be used instead.
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering# common targets