Makefile revision 03a6687dc6597686cef37c77a1c5cd070217a1d8
842ae4bd224140319ae7feec1872b93dfd491143fielding# CDDL HEADER START
842ae4bd224140319ae7feec1872b93dfd491143fielding# The contents of this file are subject to the terms of the
842ae4bd224140319ae7feec1872b93dfd491143fielding# Common Development and Distribution License (the "License").
842ae4bd224140319ae7feec1872b93dfd491143fielding# You may not use this file except in compliance with the License.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# See the License for the specific language governing permissions
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# and limitations under the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# When distributing Covered Code, include this CDDL HEADER in each
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# If applicable, add the following below this CDDL HEADER, with the
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# fields enclosed by brackets "[]" replaced with your own identifying
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# information: Portions Copyright [yyyy] [name of copyright owner]
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# CDDL HEADER END
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# Use is subject to license terms.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# This makefile drives the production of the nskern kernel module
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# intel implementation architecture dependent
9fb3d1792a78003c60a8f0fdbef30a372b39452esf# Path to the base of the uts directory tree (usually /usr/src/uts).
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Define the module and object file sets.
5fd3ff5ac904371e665d1b0d7df9e2ba8912a12fjorton# Include common rules.
5fd3ff5ac904371e665d1b0d7df9e2ba8912a12fjorton# Define targets
b2474be31e2710d15cb6fc61b9431796d802470bjortonINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
5fd3ff5ac904371e665d1b0d7df9e2ba8912a12fjorton# lint pass one enforcement
bab061947bd4a25717eb5adad9e095ab85c28ddajorton# Include common targets.