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