xref: /illumos-gate/usr/src/lib/brand/sn1/zone/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
19acbbeafSnn35248#
29acbbeafSnn35248# CDDL HEADER START
39acbbeafSnn35248#
49acbbeafSnn35248# The contents of this file are subject to the terms of the
59acbbeafSnn35248# Common Development and Distribution License (the "License").
69acbbeafSnn35248# You may not use this file except in compliance with the License.
79acbbeafSnn35248#
89acbbeafSnn35248# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99acbbeafSnn35248# or http://www.opensolaris.org/os/licensing.
109acbbeafSnn35248# See the License for the specific language governing permissions
119acbbeafSnn35248# and limitations under the License.
129acbbeafSnn35248#
139acbbeafSnn35248# When distributing Covered Code, include this CDDL HEADER in each
149acbbeafSnn35248# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159acbbeafSnn35248# If applicable, add the following below this CDDL HEADER, with the
169acbbeafSnn35248# fields enclosed by brackets "[]" replaced with your own identifying
179acbbeafSnn35248# information: Portions Copyright [yyyy] [name of copyright owner]
189acbbeafSnn35248#
199acbbeafSnn35248# CDDL HEADER END
209acbbeafSnn35248#
219acbbeafSnn35248
229acbbeafSnn35248#
23*1caae4fbS# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
249acbbeafSnn35248# Use is subject to license terms.
259acbbeafSnn35248#
269acbbeafSnn35248
279acbbeafSnn35248BRAND=		sn1
289acbbeafSnn35248PROGS=		sn1_boot
299acbbeafSnn35248XMLDOCS=	config.xml platform.xml
309acbbeafSnn35248TEMPLATES=	SUNWsn1.xml
31*1caae4fbSCLOBBERFILES=	$(PROGS)
329acbbeafSnn35248
339acbbeafSnn35248all:	$(PROGS)
349acbbeafSnn35248
35*1caae4fbSinclude $(SRC)/cmd/Makefile.cmd
369acbbeafSnn35248include ../../Makefile.brand
379acbbeafSnn35248
38*1caae4fbSPOFILES=	$(PROGS:%=%.po)
39*1caae4fbSPOFILE=		sn1_zone.po
40*1caae4fbS
41*1caae4fbS$(POFILE): $(POFILES)
42*1caae4fbS	$(RM) $@
43*1caae4fbS	$(CAT) $(POFILES) > $@
44*1caae4fbS
459acbbeafSnn35248
469acbbeafSnn35248clean:
47*1caae4fbS	-$(RM) $(PROGS) $(POFILES) $(POFILE)
489acbbeafSnn35248
49bafa7067Snn35248install: $(PROGS) $(ROOTPROGS) $(ROOTXMLDOCS) $(ROOTTEMPLATES)
509acbbeafSnn35248
51*1caae4fbSinclude $(SRC)/cmd/Makefile.targ
52