Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# CDDL HEADER START
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# The contents of this file are subject to the terms of the
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# Common Development and Distribution License, Version 1.0 only
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# (the "License"). You may not use this file except in compliance
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# with the License.
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# or http://www.opensolaris.org/os/licensing.
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# See the License for the specific language governing permissions
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# and limitations under the License.
c49a898cb851f8fef7d7a6a9501c66b8f03ae05cPhill Cunnington# When distributing Covered Code, include this CDDL HEADER in each
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c49a898cb851f8fef7d7a6a9501c66b8f03ae05cPhill Cunnington# If applicable, add the following below this CDDL HEADER, with the
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# fields enclosed by brackets "[]" replaced with your own identifying
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# information: Portions Copyright [yyyy] [name of copyright owner]
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# CDDL HEADER END
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell#ident "%Z%%M% %I% %E% SMI"
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell# Use is subject to license terms.
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell$(ROOTLIBFSTYPE)/$(DCOPY): $(ROOTLIBFSTYPE)/$(LIBPROG)
3fc1b5e9b2ff286cd528a06154cc998198de1e70Craig McDonnell -$(RM) $@; $(LN) $(ROOTLIBFSTYPE)/$(LIBPROG) $@