Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
689023771c563d8660e45d439a207e06e96de28fMark Andrews# CDDL HEADER START
689023771c563d8660e45d439a207e06e96de28fMark Andrews# The contents of this file are subject to the terms of the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Common Development and Distribution License, Version 1.0 only
689023771c563d8660e45d439a207e06e96de28fMark Andrews# (the "License"). You may not use this file except in compliance
4f6469885c3d66367e3f8fb94e1f3c66115990b0Mark Andrews# with the License.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
689023771c563d8660e45d439a207e06e96de28fMark Andrews# See the License for the specific language governing permissions
689023771c563d8660e45d439a207e06e96de28fMark Andrews# and limitations under the License.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
689023771c563d8660e45d439a207e06e96de28fMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4f6469885c3d66367e3f8fb94e1f3c66115990b0Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
4f6469885c3d66367e3f8fb94e1f3c66115990b0Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
4f6469885c3d66367e3f8fb94e1f3c66115990b0Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
689023771c563d8660e45d439a207e06e96de28fMark Andrews# CDDL HEADER END
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Use is subject to license terms.
689023771c563d8660e45d439a207e06e96de28fMark Andrews#ident "%Z%%M% %I% %E% SMI"
689023771c563d8660e45d439a207e06e96de28fMark Andrews $(LINK.c) -o $@ $(OBJS) $(LDLIBS) $(CTFMERGE_HOOK)