Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# CDDL HEADER START
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# The contents of this file are subject to the terms of the
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# Common Development and Distribution License (the "License").
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# You may not use this file except in compliance with the License.
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# See the License for the specific language governing permissions
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# and limitations under the License.
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# When distributing Covered Code, include this CDDL HEADER in each
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c4ae5c46c1d9c171f96e47e81f2f0f5f0e189547cilix# If applicable, add the following below this CDDL HEADER, with the
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# fields enclosed by brackets "[]" replaced with your own identifying
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# information: Portions Copyright [yyyy] [name of copyright owner]
833612d1c1e43055c4428afa90dd2b112a439780cilix# CDDL HEADER END
536ac52055722b168e4482f612302fa754dc4f72cilix# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# Use is subject to license terms.
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix#ident "%Z%%M% %I% %E% SMI"
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix# Path to the base of the uts directory tree (usually /usr/src/uts).
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# Define the module and object file sets.
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# Include common rules.
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# Define targets
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilixINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# lint pass one enforcement
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# For now, disable these lint checks; maintainers should endeavor
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# to investigate and remove these for maximum lint coverage.
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# Please do not carry these forward to new Makefiles.
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# Default build targets.
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix# Include common targets.