Makefile revision 112f9fc1e25dcac8b980e034e763f96fb9736261
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.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# If applicable, add the following below this CDDL HEADER, with the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# fields enclosed by brackets "[]" replaced with your own identifying
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# information: Portions Copyright [yyyy] [name of copyright owner]
e8f95a682820a599fe41b22977010636be5c2717jim# CDDL HEADER END
e8f95a682820a599fe41b22977010636be5c2717jim# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Use is subject to license terms.
b6055b7832a0e4d0818416252fff5925aaebae4brbb#ident "%Z%%M% %I% %E% SMI"
1b21d7b3d97def358b2e923655edeb16613a1c31gstein# This makefile drives the production of the ipf driver
1b21d7b3d97def358b2e923655edeb16613a1c31gstein# kernel module.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# intel architecture dependent
a877b7d5d03f91d6c93076d9ccf14469c70c648dcoar# Path to the base of the uts directory tree (usually /usr/src/uts).
a7ad08f37d876bde1a32f0cf793f4799536ab1a5ben# Define the module and object file sets.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Include common rules.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Define targets
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingCPPFLAGS += -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LOOKUP -DUSE_INET6
066877f1a045103acfdd376d48cdd473c33f409bdougmCPPFLAGS += -DSUNDDI -DSOLARIS2=$(MINOR:sh) -DIRE_ILL_CN
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# For now, disable these lint checks; maintainers should endeavor
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# to investigate and remove these for maximum lint coverage.
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm# Please do not carry these forward to new Makefiles.
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm# Default build targets.
4d7e28c869788fb00bffda29a67f1b10e19f159dnd# Include common targets.