13244bcaaSab#
23244bcaaSab# CDDL HEADER START
33244bcaaSab#
43244bcaaSab# The contents of this file are subject to the terms of the
53244bcaaSab# Common Development and Distribution License (the "License").
63244bcaaSab# You may not use this file except in compliance with the License.
73244bcaaSab#
83244bcaaSab# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93244bcaaSab# or http://www.opensolaris.org/os/licensing.
103244bcaaSab# See the License for the specific language governing permissions
113244bcaaSab# and limitations under the License.
123244bcaaSab#
133244bcaaSab# When distributing Covered Code, include this CDDL HEADER in each
143244bcaaSab# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153244bcaaSab# If applicable, add the following below this CDDL HEADER, with the
163244bcaaSab# fields enclosed by brackets "[]" replaced with your own identifying
173244bcaaSab# information: Portions Copyright [yyyy] [name of copyright owner]
183244bcaaSab#
193244bcaaSab# CDDL HEADER END
203244bcaaSab#
21d29b2c44Sab
223244bcaaSab#
233244bcaaSab# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
243244bcaaSab# Use is subject to license terms.
253244bcaaSab#
26cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
273244bcaaSab#
283244bcaaSab
29d29b2c44Sabinclude		../Makefile.com
30d29b2c44Sab
31d29b2c44SabCFLAGS +=	$(C_PICFLAGS)
323244bcaaSab
33d29b2c44Sab.KEEP_STATE:
343244bcaaSab
35d29b2c44Saball:		$(OBJDIR) $(PICDIR) .WAIT $(ELFEDITLIBS)
363244bcaaSab
37*d8e10381SRichard Loweinstall:	all .WAIT $(ROOTELFEDITDIR) .WAIT $(ROOTELFEDITLIBS)
383244bcaaSab
39d29b2c44Sabinclude		../Makefile.targ
40