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