Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
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.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# 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.
fc8f19dcb8853d59bd96332ac3da65c64fe9e365bnicholes# If applicable, add the following below this CDDL HEADER, with the
fc8f19dcb8853d59bd96332ac3da65c64fe9e365bnicholes# fields enclosed by brackets "[]" replaced with your own identifying
fc8f19dcb8853d59bd96332ac3da65c64fe9e365bnicholes# information: Portions Copyright [yyyy] [name of copyright owner]
09a1167b8cb70e15be9f661f9e83ee33cfe062defuankg# CDDL HEADER END
09a1167b8cb70e15be9f661f9e83ee33cfe062defuankg# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
09a1167b8cb70e15be9f661f9e83ee33cfe062defuankg# Use is subject to license terms.
09a1167b8cb70e15be9f661f9e83ee33cfe062defuankg#ident "%Z%%M% %I% %E% SMI"
8f4a965eb33d3fae938e4ecfc6b1139454750df8bnicholes# This makefile drives the production of the des crypto kernel module.
8f4a965eb33d3fae938e4ecfc6b1139454750df8bnicholes# intel architecture dependent
fc8f19dcb8853d59bd96332ac3da65c64fe9e365bnicholes# Path to the base of the uts directory tree (usually /usr/src/uts).
f8c08e81082fcc33892f3ad71e9001e12400bc04bnicholes# Define the module and object file sets.
a4f45b19668feb0c2d8b21420e2af474e8923f22fuankg# Include common rules.
8f4a965eb33d3fae938e4ecfc6b1139454750df8bnicholes# set signing mode
b8cb0ddc179e9cc932cf4f5066b39f225d78d7cebnicholes# Define targets
09a1167b8cb70e15be9f661f9e83ee33cfe062defuankg# For now, disable these lint checks; maintainers should endeavor
09a1167b8cb70e15be9f661f9e83ee33cfe062defuankg# to investigate and remove these for maximum lint coverage.
8f4a965eb33d3fae938e4ecfc6b1139454750df8bnicholes# Please do not carry these forward to new Makefiles.
8f4a965eb33d3fae938e4ecfc6b1139454750df8bnicholes# Default build targets.
530804c1ddf3d79a3c7a4a42b5fe1a93f53f25cdbnicholes# Include common targets.