Makefile revision a1e9eea083a8f257157edb8a1efb5bbd300eb4bf
93ff918a7a1656d812f27a767a976ea33da0921fJulian Kornberger# CDDL HEADER START
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# The contents of this file are subject to the terms of the
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# Common Development and Distribution License (the "License").
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# You may not use this file except in compliance with the License.
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# See the License for the specific language governing permissions
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# and limitations under the License.
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# When distributing Covered Code, include this CDDL HEADER in each
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# If applicable, add the following below this CDDL HEADER, with the
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# fields enclosed by brackets "[]" replaced with your own identifying
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# information: Portions Copyright [yyyy] [name of copyright owner]
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# CDDL HEADER END
19b01885dc97543b2f51f671a4042d013cc9295eEugen Kuksa# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
ee5342a8882c2fc7631fcffb5497e6597747887cTim Reddehase# Use is subject to license terms.
93ff918a7a1656d812f27a767a976ea33da0921fJulian Kornbergerdscfglockd := LDLIBS += -lunistat -ldscfg -lsocket -lnsl
edb60d84b665c7da38ec9698644088cf1cb269cdEugen KuksaLINTFLAGS += -Xa -n -s -x -m -u -Dlint -errhdr=%user -D_RDC_ -D_SYSCALL32
edb60d84b665c7da38ec9698644088cf1cb269cdEugen KuksaLINTFLAGS += -DDEBUG -erroff=E_SEC_SCANF_UNBOUNDED_COPY
93ff918a7a1656d812f27a767a976ea33da0921fJulian Kornbergerinstall: $(SUBDIRS) all $(ROOTPROG) $(ROOTLINK)
$(POST_PROCESS)
FRC: