Makefile revision 505d05c73a6e56769f263d4803b22eddd168ee24
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# CDDL HEADER START
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# The contents of this file are subject to the terms of the
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Common Development and Distribution License, Version 1.0 only
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# (the "License"). You may not use this file except in compliance
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# with the License.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# See the License for the specific language governing permissions
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# and limitations under the License.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# When distributing Covered Code, include this CDDL HEADER in each
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# CDDL HEADER END
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5e521b4c6eb3c0b22eb6790f961392611caba9d6ludovicp# Use is subject to license terms.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#ident "%Z%%M% %I% %E% SMI"
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# This makefile drives the production of the gl_kmech_krb5 kernel module.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# sparc implementation architecture dependent
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Path to the base of the uts directory tree (usually /usr/src/uts).
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Define the module and object file sets.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Include common rules.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Define targets
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# lint pass one enforcement
5e521b4c6eb3c0b22eb6790f961392611caba9d6ludovicp# Default build targets.
5e521b4c6eb3c0b22eb6790f961392611caba9d6ludovicp# Include common targets.