Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
64185f9824e42f21ca7b9ae6c004484215c031a7rbb# CDDL HEADER START
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# The contents of this file are subject to the terms of the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Common Development and Distribution License, Version 1.0 only
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# (the "License"). You may not use this file except in compliance
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# with the License.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# See the License for the specific language governing permissions
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# and limitations under the License.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# When distributing Covered Code, include this CDDL HEADER in each
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# If applicable, add the following below this CDDL HEADER, with the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# fields enclosed by brackets "[]" replaced with your own identifying
64185f9824e42f21ca7b9ae6c004484215c031a7rbb# information: Portions Copyright [yyyy] [name of copyright owner]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# CDDL HEADER END
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Use is subject to license terms.
64185f9824e42f21ca7b9ae6c004484215c031a7rbb#ident "%Z%%M% %I% %E% SMI"
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Path to the base of the uts directory tree (usually /usr/src/uts).
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Define the module and object file sets.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Include common rules.
64185f9824e42f21ca7b9ae6c004484215c031a7rbb# Define targets
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# lint pass one enforcement
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Default build targets.
3e91d7dbd9861343e0cb06a12bde47066b45afe9dirkx# Include common targets.