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