Makefile revision f6da83d4178694e7113b71d1e452f15b296f73d8
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# CDDL HEADER START
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# The contents of this file are subject to the terms of the
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Common Development and Distribution License (the "License").
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg# You may not use this file except in compliance with the License.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# See the License for the specific language governing permissions
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# and limitations under the License.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# When distributing Covered Code, include this CDDL HEADER in each
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If applicable, add the following below this CDDL HEADER, with the
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# fields enclosed by brackets "[]" replaced with your own identifying
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# information: Portions Copyright [yyyy] [name of copyright owner]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# CDDL HEADER END
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# Needed for ROOTFS_LIBDIR definition
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesHEADERS= conditions.h events.h known_wlans.h llp.h ncp.h ncu.h\
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesLDLIBS += -ldhcpagent -ldhcputil -ldladm -ldlpi -lgen \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes -linetutil -lipadm -lkstat -lnsl -lnvpair -lnwam \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Instrument with CTF data to ease debugging.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesCTFMERGE_HOOK = && $(CTFMERGE) -L VERSION -o $@ $(OBJS)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(CTFMERGE_HOOK)