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