Makefile revision de33058aebd1018422519c8262583a3e5871d75c
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# Common Development and Distribution License (the "License").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You may not use this file except in compliance with the License.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# or http://www.opensolaris.org/os/licensing.
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# See the License for the specific language governing permissions
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# and limitations under the License.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# fields enclosed by brackets "[]" replaced with your own identifying
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# CDDL HEADER END
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Use is subject to license terms.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinILBD_OBJS= ilbd_main.o ilbd_support.o ilbd_sg.o ilbd_rules.o ilbd_hc.o \
704e6c8876907aac0bf7380effca8bca400d4acdMark AndrewsLIST_SRCS= $(LIST_OBJS:%.o=../../../uts/common/os/%.c)
724df78acd95dc0f313bc2b80a099f7ecd48b620Tinderbox UserROOTMANIFESTDIR= $(ROOTSVCNETWORK)/loadbalancer
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCPPFLAGS += -D_FILE_OFFSET_BITS=64 -I$(CMDINETCOMMONDIR) -D_REENTRANT
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# used for debugging ONLY:
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntLDLIBS += -lsocket -lsecdb -lnsl -lilb -lscf -linetutil -lbsm
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(CTFMERGE_HOOK)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeininstall: all $(ROOTLIBINETPROG) $(ETCILBDFILES) $(ROOTMANIFEST)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# the below is needed to get list.o built