15c51f124SMoriah Waterland#
25c51f124SMoriah Waterland# CDDL HEADER START
35c51f124SMoriah Waterland#
45c51f124SMoriah Waterland# The contents of this file are subject to the terms of the
55c51f124SMoriah Waterland# Common Development and Distribution License (the "License").
65c51f124SMoriah Waterland# You may not use this file except in compliance with the License.
75c51f124SMoriah Waterland#
85c51f124SMoriah Waterland# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95c51f124SMoriah Waterland# or http://www.opensolaris.org/os/licensing.
105c51f124SMoriah Waterland# See the License for the specific language governing permissions
115c51f124SMoriah Waterland# and limitations under the License.
125c51f124SMoriah Waterland#
135c51f124SMoriah Waterland# When distributing Covered Code, include this CDDL HEADER in each
145c51f124SMoriah Waterland# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155c51f124SMoriah Waterland# If applicable, add the following below this CDDL HEADER, with the
165c51f124SMoriah Waterland# fields enclosed by brackets "[]" replaced with your own identifying
175c51f124SMoriah Waterland# information: Portions Copyright [yyyy] [name of copyright owner]
185c51f124SMoriah Waterland#
195c51f124SMoriah Waterland# CDDL HEADER END
205c51f124SMoriah Waterland#
215c51f124SMoriah Waterland
225c51f124SMoriah Waterland#
23*2e10def1SPeter Tribble# Copyright (c) 2017 Peter Tribble.
245c51f124SMoriah Waterland# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
255c51f124SMoriah Waterland# Use is subject to license terms.
265c51f124SMoriah Waterland#
275c51f124SMoriah Waterland
285c51f124SMoriah Waterlandinclude $(SRC)/cmd/Makefile.cmd
295c51f124SMoriah Waterland
305c51f124SMoriah WaterlandCFLAGS +=	$(CCVERBOSE)
315c51f124SMoriah WaterlandCPPFLAGS +=	-I$(SRC)/cmd/svr4pkg/hdrs \
325c51f124SMoriah Waterland		-I$(SRC)/lib/libpkg/common \
335c51f124SMoriah Waterland		-I$(SRC)/lib/libinstzones/common \
345c51f124SMoriah Waterland		-D_FILE_OFFSET_BITS=64
355c51f124SMoriah Waterland
365c51f124SMoriah Waterland
377014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-parentheses
387014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-uninitialized
397014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-address
407014882cSRichard Lowe
415c51f124SMoriah WaterlandLIBINST =       $(SRC)/cmd/svr4pkg/libinst/libinst.a
425c51f124SMoriah Waterland
435c51f124SMoriah WaterlandSRCS=           $(OBJS:.o=.c)
445c51f124SMoriah Waterland
455c51f124SMoriah Waterland
465c51f124SMoriah Waterland#
475c51f124SMoriah Waterland# For messaging catalog
485c51f124SMoriah Waterland#
495c51f124SMoriah WaterlandPOFILE=         $(PROG).po
505c51f124SMoriah WaterlandMSGFILES=       $(OBJS:.o=.i)
515c51f124SMoriah WaterlandCLOBBERFILES += $(PROG) $(POFILE)
52