Makefile revision 98157a7002f4f2cf7978f3084ca5577f0a1d72b2
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# CDDL HEADER START
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# The contents of this file are subject to the terms of the
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Common Development and Distribution License (the "License").
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# You may not use this file except in compliance with the License.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# or http://www.opensolaris.org/os/licensing.
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# See the License for the specific language governing permissions
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# and limitations under the License.
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# When distributing Covered Code, include this CDDL HEADER in each
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# fields enclosed by brackets "[]" replaced with your own identifying
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# CDDL HEADER END
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Use is subject to license terms.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#ident "%Z%%M% %I% %E% SMI"
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonLINTS = $(DTRACE_OBJS:%.o=$(LINTS_DIR)/%.ln)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Redefine DSF_DIR
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# For now, disable these lint checks; maintainers should endeavor
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# to investigate and remove these for maximum lint coverage.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Please do not carry these forward to new Makefiles.