1efd4c9b6SSteve Lawrence#
2efd4c9b6SSteve Lawrence# CDDL HEADER START
3efd4c9b6SSteve Lawrence#
4efd4c9b6SSteve Lawrence# The contents of this file are subject to the terms of the
5efd4c9b6SSteve Lawrence# Common Development and Distribution License (the "License").
6efd4c9b6SSteve Lawrence# You may not use this file except in compliance with the License.
7efd4c9b6SSteve Lawrence#
8efd4c9b6SSteve Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9efd4c9b6SSteve Lawrence# or http://www.opensolaris.org/os/licensing.
10efd4c9b6SSteve Lawrence# See the License for the specific language governing permissions
11efd4c9b6SSteve Lawrence# and limitations under the License.
12efd4c9b6SSteve Lawrence#
13efd4c9b6SSteve Lawrence# When distributing Covered Code, include this CDDL HEADER in each
14efd4c9b6SSteve Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15efd4c9b6SSteve Lawrence# If applicable, add the following below this CDDL HEADER, with the
16efd4c9b6SSteve Lawrence# fields enclosed by brackets "[]" replaced with your own identifying
17efd4c9b6SSteve Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
18efd4c9b6SSteve Lawrence#
19efd4c9b6SSteve Lawrence# CDDL HEADER END
20efd4c9b6SSteve Lawrence#
21efd4c9b6SSteve Lawrence#
22efd4c9b6SSteve Lawrence# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23efd4c9b6SSteve Lawrence#
2405ede3dbSJohn Levon# Copyright (c) 2018, Joyent, Inc.
25efd4c9b6SSteve Lawrence
26efd4c9b6SSteve LawrenceLIBRARY=	libzonestat.a
27efd4c9b6SSteve LawrenceVERS=		.1
28efd4c9b6SSteve LawrenceOBJECTS=	libzonestat.o
29efd4c9b6SSteve Lawrence
30efd4c9b6SSteve Lawrenceinclude ../../Makefile.lib
31efd4c9b6SSteve Lawrence
32*241c90a0SRichard LoweLIBS =		$(DYNLIB)
33efd4c9b6SSteve LawrenceLDLIBS +=	-lcmdutils -lumem -lc
34efd4c9b6SSteve Lawrence
35efd4c9b6SSteve LawrenceSRCDIR =	../common
36efd4c9b6SSteve LawrenceCPPFLAGS +=	-I../common -mt -D_POSIX_PTHREAD_SEMANTICS
37efd4c9b6SSteve Lawrence
38d3b5f563SJohn LevonCERRWARN +=	$(CNOWARN_UNINIT)
397014882cSRichard Lowe
4005ede3dbSJohn Levon# not linted
4105ede3dbSJohn LevonSMATCH=off
4205ede3dbSJohn Levon
43efd4c9b6SSteve Lawrence.KEEP_STATE:
44efd4c9b6SSteve Lawrence
45efd4c9b6SSteve Lawrenceall:	$(LIBS)
46efd4c9b6SSteve Lawrence
47efd4c9b6SSteve Lawrence
48efd4c9b6SSteve Lawrenceinclude ../../Makefile.targ
49