Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# CDDL HEADER START
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# The contents of this file are subject to the terms of the
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# Common Development and Distribution License (the "License").
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You may not use this file except in compliance with the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a44745412679c30a6d022733925af70a38b715David Lawrence# See the License for the specific language governing permissions
15a44745412679c30a6d022733925af70a38b715David Lawrence# and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
15a44745412679c30a6d022733925af70a38b715David Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# If applicable, add the following below this CDDL HEADER, with the
0e40083fdd5445703bd30e46e5bfe7d047bced12Brian Wellington# fields enclosed by brackets "[]" replaced with your own identifying
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# CDDL HEADER END
c2bc56dc65b4b103a5600565680eb5f33fa4c90bMark Andrews# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# Use is subject to license terms.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# This makefile drives the production of the nfs server-specific
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# kernel module.
8f66dad9393ae0724f758c4a51e06ff55c2d1219Brian Wellington# intel implementation architecture dependent
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence# Path to the base of the uts directory tree (usually /usr/src/uts).
08a768e82ad64ede97f640c88e02984b59122753Michael Graff# Define the module and object file sets.
326bcfa0e2a6b924cb829a0bcc3bf9590ce21ad6Mark Andrews# Include common rules.
259b1b8c037eb0c306f799a7880ed6b2c43c28d3Andreas Gustafsson# Define targets
dfe3edd7cd2cf9d22abfc8985bc25551583b3d46Andreas GustafssonLDFLAGS += -dy -Nstrmod/rpcmod -Nfs/nfs -Nmisc/rpcsec
1ecd9d30a037218f01f8e15817d00ee431be0160Andreas Gustafsson# For now, disable these lint checks; maintainers should endeavor
87983da955bf63128de85d180359bdc418516c3cDavid Lawrence# to investigate and remove these for maximum lint coverage.
4cd765650776027d05fe7fca248478918e02e63bDavid Lawrence# Please do not carry these forward to new Makefiles.
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley# Default build targets.