Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
d0c7293bc8c7ab4d9dab91c62f3819dce6c81bceAndreas Gustafsson# CDDL HEADER START
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You may not use this file except in compliance with the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d0c7293bc8c7ab4d9dab91c62f3819dce6c81bceAndreas Gustafsson# See the License for the specific language governing permissions
f2c814353bd1de305b5341554c803a85f88d6b72Andreas Gustafsson# and limitations under the License.
f2c814353bd1de305b5341554c803a85f88d6b72Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
f2c814353bd1de305b5341554c803a85f88d6b72Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f2c814353bd1de305b5341554c803a85f88d6b72Andreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
f2c814353bd1de305b5341554c803a85f88d6b72Andreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
f2c814353bd1de305b5341554c803a85f88d6b72Andreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
f2c814353bd1de305b5341554c803a85f88d6b72Andreas Gustafsson# CDDL HEADER END
f2c814353bd1de305b5341554c803a85f88d6b72Andreas Gustafsson# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
f2c814353bd1de305b5341554c803a85f88d6b72Andreas GustafssonILBD_OBJS= ilbd_main.o ilbd_support.o ilbd_sg.o ilbd_rules.o ilbd_hc.o \
f2c814353bd1de305b5341554c803a85f88d6b72Andreas GustafssonCPPFLAGS += -D_FILE_OFFSET_BITS=64 -I$(CMDINETCOMMONDIR) -D_REENTRANT
40d0f115a64595aa83cfe0b760587d3d1efa0385Tatuya JINMEI 神明達哉LDLIBS += -lcmdutils -lsocket -lsecdb -lnsl -lilb -lscf -linetutil -lbsm
40d0f115a64595aa83cfe0b760587d3d1efa0385Tatuya JINMEI 神明達哉 $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(CTFMERGE_HOOK)
40d0f115a64595aa83cfe0b760587d3d1efa0385Tatuya JINMEI 神明達哉install: all $(ROOTLIBINETPROG) $(ETCILBDFILES) $(ROOTMANIFEST)
f2c814353bd1de305b5341554c803a85f88d6b72Andreas Gustafssonall install clean clobber lint: $(ILBSUBDIRS)
FRC: