1*80e2ca85S# 2*80e2ca85S# CDDL HEADER START 3*80e2ca85S# 4*80e2ca85S# The contents of this file are subject to the terms of the 5*80e2ca85S# Common Development and Distribution License (the "License"). 6*80e2ca85S# You may not use this file except in compliance with the License. 7*80e2ca85S# 8*80e2ca85S# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*80e2ca85S# or http://www.opensolaris.org/os/licensing. 10*80e2ca85S# See the License for the specific language governing permissions 11*80e2ca85S# and limitations under the License. 12*80e2ca85S# 13*80e2ca85S# When distributing Covered Code, include this CDDL HEADER in each 14*80e2ca85S# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*80e2ca85S# If applicable, add the following below this CDDL HEADER, with the 16*80e2ca85S# fields enclosed by brackets "[]" replaced with your own identifying 17*80e2ca85S# information: Portions Copyright [yyyy] [name of copyright owner] 18*80e2ca85S# 19*80e2ca85S# CDDL HEADER END 20*80e2ca85S# 21*80e2ca85S 22*80e2ca85S# 23*80e2ca85S# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*80e2ca85S# 25*80e2ca85S 26*80e2ca85SPROG=query 27*80e2ca85SSHARED= common.ksh query uninstall.ksh 28*80e2ca85S 29*80e2ca85Sinclude $(SRC)/cmd/Makefile.cmd 30*80e2ca85Sinclude ../../Makefile.brand 31*80e2ca85S 32*80e2ca85S$(ROOTSHAREDDIR)/common.ksh := FILEMODE = 0444 33*80e2ca85S$(ROOTSHAREDDIR)/uninstall.ksh := FILEMODE = 0444 34*80e2ca85S 35*80e2ca85SPOFILES= common.po query.po uninstall.po 36*80e2ca85SPOFILE= shared.po 37*80e2ca85S 38*80e2ca85S$(POFILE): $(POFILES) 39*80e2ca85S $(RM) $@ 40*80e2ca85S $(CAT) $(POFILES) > $@ 41*80e2ca85S 42*80e2ca85Sall: $(PROG) 43*80e2ca85S 44*80e2ca85Sinstall: $(ROOTSHARED) 45*80e2ca85S 46*80e2ca85Sclean: 47*80e2ca85S 48*80e2ca85S 49*80e2ca85Sinclude $(SRC)/cmd/Makefile.targ 50