xref: /illumos-gate/usr/src/cmd/sgs/elfwrap/Makefile (revision 2722387f30847b828b57ba9ca59d2b47ee9244ec)
1*2722387fSrie#
2*2722387fSrie# CDDL HEADER START
3*2722387fSrie#
4*2722387fSrie# The contents of this file are subject to the terms of the
5*2722387fSrie# Common Development and Distribution License (the "License").
6*2722387fSrie# You may not use this file except in compliance with the License.
7*2722387fSrie#
8*2722387fSrie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2722387fSrie# or http://www.opensolaris.org/os/licensing.
10*2722387fSrie# See the License for the specific language governing permissions
11*2722387fSrie# and limitations under the License.
12*2722387fSrie#
13*2722387fSrie# When distributing Covered Code, include this CDDL HEADER in each
14*2722387fSrie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2722387fSrie# If applicable, add the following below this CDDL HEADER, with the
16*2722387fSrie# fields enclosed by brackets "[]" replaced with your own identifying
17*2722387fSrie# information: Portions Copyright [yyyy] [name of copyright owner]
18*2722387fSrie#
19*2722387fSrie# CDDL HEADER END
20*2722387fSrie#
21*2722387fSrie
22*2722387fSrie#
23*2722387fSrie# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24*2722387fSrie# Use is subject to license terms.
25*2722387fSrie#
26*2722387fSrie# ident	"%Z%%M%	%I%	%E% SMI"
27*2722387fSrie#
28*2722387fSrie
29*2722387fSrieinclude		$(SRC)/cmd/sgs/Makefile.sub
30