Makefile.com revision 2
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# CDDL HEADER START
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# The contents of this file are subject to the terms of the
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# Common Development and Distribution License (the "License").
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# You may not use this file except in compliance with the License.
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma#
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# or http://www.opensolaris.org/os/licensing.
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# See the License for the specific language governing permissions
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# and limitations under the License.
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp#
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# When distributing Covered Code, include this CDDL HEADER in each
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# If applicable, add the following below this CDDL HEADER, with the
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# fields enclosed by brackets "[]" replaced with your own identifying
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# information: Portions Copyright [yyyy] [name of copyright owner]
747612c740f3dae2c06b9402fa4679344d115a5ahajma#
747612c740f3dae2c06b9402fa4679344d115a5ahajma# CDDL HEADER END
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajmainclude $(SRC)/lib/libdhcpsvc/Makefile.com
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# For all modules, we only want to build the shared objects.
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajmaLIBS = $(DYNLIB)
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# Override ROOTLIBDIR.
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajmaINSTALL_LIBDIR= usr/lib/inet/dhcp/svc
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma
# Make the utility routines available
UTILDIR = ../../../modules/util
# Provide the current container version as DSVC_CONVER
CPPFLAGS += -DDSVC_CONVER=$(VERS:.%=%)