Makefile revision ab073b324433ebc8947d28ade932d29d0e809795
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# CDDL HEADER START
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# The contents of this file are subject to the terms of the
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Common Development and Distribution License (the "License").
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# You may not use this file except in compliance with the License.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# See the License for the specific language governing permissions
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# and limitations under the License.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# When distributing Covered Code, include this CDDL HEADER in each
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If applicable, add the following below this CDDL HEADER, with the
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# CDDL HEADER END
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# Use is subject to license terms.
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync#ident "%Z%%M% %I% %E% SMI"
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# This makefile drives the production of the ipf driver
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# kernel module.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# sparc architecture dependent
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Define the module and object file sets.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Include common rules.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Define targets
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# lint pass one enforcement and OS version
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncCPPFLAGS += -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LOOKUP
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncCPPFLAGS += -DSUNDDI -DSOLARIS2=$(RELEASE_MINOR) -DIRE_ILL_CN -DUSE_INET6
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncLDFLAGS += -dy -Ndrv/ip -Nmisc/md5 -Nmisc/neti -Nmisc/kcf
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# For now, disable these lint checks; maintainers should endeavor
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# to investigate and remove these for maximum lint coverage.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Please do not carry these forward to new Makefiles.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Default build targets.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Include common targets.