Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
82d2a5debc5a6ed2118ac5916d9ba36ad0b5d78btrawick# The contents of this file are subject to the terms of the
a14ccf0f7e9b44c6848334823542a1799577f669pquerna# Common Development and Distribution License (the "License").
a14ccf0f7e9b44c6848334823542a1799577f669pquerna# You may not use this file except in compliance with the License.
43c24b7301a9df7014ce54c0bc55ac4754cf5b0dpquerna# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a2e37e48efb113e8e4f9d9ca9c8286aaac6c936cpquerna# See the License for the specific language governing permissions
a2e37e48efb113e8e4f9d9ca9c8286aaac6c936cpquerna# and limitations under the License.
007ba11dc68651df7f872f35947ae82a595d9e02pquerna# When distributing Covered Code, include this CDDL HEADER in each
007ba11dc68651df7f872f35947ae82a595d9e02pquerna# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
007ba11dc68651df7f872f35947ae82a595d9e02pquerna# If applicable, add the following below this CDDL HEADER, with the
25059ddf3044ffa8dd3432ab8e2f941023054407trawick# fields enclosed by brackets "[]" replaced with your own identifying
25059ddf3044ffa8dd3432ab8e2f941023054407trawick# information: Portions Copyright [yyyy] [name of copyright owner]
25059ddf3044ffa8dd3432ab8e2f941023054407trawick# CDDL HEADER END
eb8430fd3bc941c0b3ba8bba3884b7fc464bf458pquerna# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
eb8430fd3bc941c0b3ba8bba3884b7fc464bf458pquerna# Use is subject to license terms.
1f9e65264b1ff249fa071e6aae32c0bb52f9c634trawick# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
1f9e65264b1ff249fa071e6aae32c0bb52f9c634trawick# This makefile drives the production of the nfs file system
fde88bb682426885c679198ee130d2d5a29e8c0fbnicholes# kernel module.
fde88bb682426885c679198ee130d2d5a29e8c0fbnicholes# sparc architecture dependent
fde88bb682426885c679198ee130d2d5a29e8c0fbnicholes# Path to the base of the uts directory tree (usually /usr/src/uts).
d66ac514cc15e99228d72c56c6c3daf25da8d360niq# Define the module and object file sets.
b597281295360dba8ac57b7606c5f5c1ef2b69b0trawick# Include common rules.
22c347c08cd77d5e2c32536b467b389fd33d631fpquerna# Define targets
b6e2b36d6972a0e243368eb567e91d511fb40b1bbnicholesINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK)
ad4a5834dfdf9488af4ac3238ea4d8b18dce49acpquerna# Overrides.
20f1b1a67eef5ab0f3295608c89964a7dca4fdd1pquerna# Define dependencies on specfs, rpcmod, and rpcsec
20f1b1a67eef5ab0f3295608c89964a7dca4fdd1pquernaLDFLAGS += -dy -N fs/specfs -N strmod/rpcmod -N misc/rpcsec
599c5abcc7fec60611956f56b732eca033c287d2pquerna# For now, disable these lint checks; maintainers should endeavor
599c5abcc7fec60611956f56b732eca033c287d2pquerna# to investigate and remove these for maximum lint coverage.
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes# Please do not carry these forward to new Makefiles.
6d00a5e2c08ddbff9614ecc17a1c085462811f89slive# Default build targets.
275419d6395e6f072962fb701b89accaff1f3690jerenkrantz# Include common targets.