1*13122SStephen.Lawrence@oracle.COM# 2*13122SStephen.Lawrence@oracle.COM# CDDL HEADER START 3*13122SStephen.Lawrence@oracle.COM# 4*13122SStephen.Lawrence@oracle.COM# The contents of this file are subject to the terms of the 5*13122SStephen.Lawrence@oracle.COM# Common Development and Distribution License (the "License"). 6*13122SStephen.Lawrence@oracle.COM# You may not use this file except in compliance with the License. 7*13122SStephen.Lawrence@oracle.COM# 8*13122SStephen.Lawrence@oracle.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*13122SStephen.Lawrence@oracle.COM# or http://www.opensolaris.org/os/licensing. 10*13122SStephen.Lawrence@oracle.COM# See the License for the specific language governing permissions 11*13122SStephen.Lawrence@oracle.COM# and limitations under the License. 12*13122SStephen.Lawrence@oracle.COM# 13*13122SStephen.Lawrence@oracle.COM# When distributing Covered Code, include this CDDL HEADER in each 14*13122SStephen.Lawrence@oracle.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*13122SStephen.Lawrence@oracle.COM# If applicable, add the following below this CDDL HEADER, with the 16*13122SStephen.Lawrence@oracle.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*13122SStephen.Lawrence@oracle.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*13122SStephen.Lawrence@oracle.COM# 19*13122SStephen.Lawrence@oracle.COM# CDDL HEADER END 20*13122SStephen.Lawrence@oracle.COM# 21*13122SStephen.Lawrence@oracle.COM# 22*13122SStephen.Lawrence@oracle.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 23*13122SStephen.Lawrence@oracle.COM# 24*13122SStephen.Lawrence@oracle.COM 25*13122SStephen.Lawrence@oracle.COMLIBRARY= libzonestat.a 26*13122SStephen.Lawrence@oracle.COMVERS= .1 27*13122SStephen.Lawrence@oracle.COMOBJECTS= libzonestat.o 28*13122SStephen.Lawrence@oracle.COM 29*13122SStephen.Lawrence@oracle.COMinclude ../../Makefile.lib 30*13122SStephen.Lawrence@oracle.COM 31*13122SStephen.Lawrence@oracle.COMLIBS = $(DYNLIB) $(LINTLIB) 32*13122SStephen.Lawrence@oracle.COMLDLIBS += -lcmdutils -lumem -lc 33*13122SStephen.Lawrence@oracle.COM 34*13122SStephen.Lawrence@oracle.COMSRCDIR = ../common 35*13122SStephen.Lawrence@oracle.COMCPPFLAGS += -I../common -mt -D_POSIX_PTHREAD_SEMANTICS 36*13122SStephen.Lawrence@oracle.COM$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) 37*13122SStephen.Lawrence@oracle.COM 38*13122SStephen.Lawrence@oracle.COM.KEEP_STATE: 39*13122SStephen.Lawrence@oracle.COM 40*13122SStephen.Lawrence@oracle.COMall: $(LIBS) 41*13122SStephen.Lawrence@oracle.COM 42*13122SStephen.Lawrence@oracle.COMlint: lintcheck 43*13122SStephen.Lawrence@oracle.COM 44*13122SStephen.Lawrence@oracle.COMinclude ../../Makefile.targ 45