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