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