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