xref: /illumos-gate/usr/src/lib/brand/shared/zone/Makefile (revision 241c90a0)
1e71ca95cSGerald Jelinek#
2e71ca95cSGerald Jelinek# CDDL HEADER START
3e71ca95cSGerald Jelinek#
4e71ca95cSGerald Jelinek# The contents of this file are subject to the terms of the
5e71ca95cSGerald Jelinek# Common Development and Distribution License (the "License").
6e71ca95cSGerald Jelinek# You may not use this file except in compliance with the License.
7e71ca95cSGerald Jelinek#
8e71ca95cSGerald Jelinek# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e71ca95cSGerald Jelinek# or http://www.opensolaris.org/os/licensing.
10e71ca95cSGerald Jelinek# See the License for the specific language governing permissions
11e71ca95cSGerald Jelinek# and limitations under the License.
12e71ca95cSGerald Jelinek#
13e71ca95cSGerald Jelinek# When distributing Covered Code, include this CDDL HEADER in each
14e71ca95cSGerald Jelinek# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15e71ca95cSGerald Jelinek# If applicable, add the following below this CDDL HEADER, with the
16e71ca95cSGerald Jelinek# fields enclosed by brackets "[]" replaced with your own identifying
17e71ca95cSGerald Jelinek# information: Portions Copyright [yyyy] [name of copyright owner]
18e71ca95cSGerald Jelinek#
19e71ca95cSGerald Jelinek# CDDL HEADER END
20e71ca95cSGerald Jelinek#
21*80e2ca85S
22e71ca95cSGerald Jelinek#
23*80e2ca85S# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24e71ca95cSGerald Jelinek#
25e71ca95cSGerald Jelinek
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) > $@
41e71ca95cSGerald Jelinek
42*80e2ca85Sall: $(PROG)
43e71ca95cSGerald Jelinek
44*80e2ca85Sinstall: $(ROOTSHARED)
45e71ca95cSGerald Jelinek
46*80e2ca85Sclean:
47e71ca95cSGerald Jelinek
48e71ca95cSGerald Jelinek
49*80e2ca85Sinclude $(SRC)/cmd/Makefile.targ
50