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