1*d3c97224SAlexander Kolbasov# 2*d3c97224SAlexander Kolbasov# CDDL HEADER START 3*d3c97224SAlexander Kolbasov# 4*d3c97224SAlexander Kolbasov# The contents of this file are subject to the terms of the 5*d3c97224SAlexander Kolbasov# Common Development and Distribution License (the "License"). 6*d3c97224SAlexander Kolbasov# You may not use this file except in compliance with the License. 7*d3c97224SAlexander Kolbasov# 8*d3c97224SAlexander Kolbasov# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*d3c97224SAlexander Kolbasov# or http://www.opensolaris.org/os/licensing. 10*d3c97224SAlexander Kolbasov# See the License for the specific language governing permissions 11*d3c97224SAlexander Kolbasov# and limitations under the License. 12*d3c97224SAlexander Kolbasov# 13*d3c97224SAlexander Kolbasov# When distributing Covered Code, include this CDDL HEADER in each 14*d3c97224SAlexander Kolbasov# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*d3c97224SAlexander Kolbasov# If applicable, add the following below this CDDL HEADER, with the 16*d3c97224SAlexander Kolbasov# fields enclosed by brackets "[]" replaced with your own identifying 17*d3c97224SAlexander Kolbasov# information: Portions Copyright [yyyy] [name of copyright owner] 18*d3c97224SAlexander Kolbasov# 19*d3c97224SAlexander Kolbasov# CDDL HEADER END 20*d3c97224SAlexander Kolbasov# 21*d3c97224SAlexander Kolbasov 22*d3c97224SAlexander Kolbasov# 23*d3c97224SAlexander Kolbasov# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*d3c97224SAlexander Kolbasov# 25*d3c97224SAlexander Kolbasov 26*d3c97224SAlexander KolbasovPROG= pgstat 27*d3c97224SAlexander Kolbasov 28*d3c97224SAlexander Kolbasovinclude ../Makefile.cmd 29*d3c97224SAlexander Kolbasov 30*d3c97224SAlexander KolbasovTARGET= all 31*d3c97224SAlexander Kolbasov 32*d3c97224SAlexander Kolbasov.KEEP_STATE: 33*d3c97224SAlexander Kolbasov 34*d3c97224SAlexander Kolbasovall: $(PROG) 35*d3c97224SAlexander Kolbasov 36*d3c97224SAlexander Kolbasovinstall: all .WAIT $(ROOTPROG) 37*d3c97224SAlexander Kolbasov 38*d3c97224SAlexander Kolbasovclean: 39*d3c97224SAlexander Kolbasov 40*d3c97224SAlexander Kolbasov$(ROOTBINPROG): $(PROG) 41*d3c97224SAlexander Kolbasov $(INS.file) 42*d3c97224SAlexander Kolbasov 43*d3c97224SAlexander Kolbasovlint: 44*d3c97224SAlexander Kolbasov 45*d3c97224SAlexander Kolbasovinclude ../Makefile.targ 46