Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
5541a81e194dc99521c0ecf904a940b0b65a93f2nd# The contents of this file are subject to the terms of the
b4c56dbdfb4923d59f0b33f6118719abc8672ce0nd# Common Development and Distribution License (the "License").
b4c56dbdfb4923d59f0b33f6118719abc8672ce0nd# You may not use this file except in compliance with the License.
6cc960f79676c01877ecffce659d2dc6a21bfad2nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6cc960f79676c01877ecffce659d2dc6a21bfad2nd# See the License for the specific language governing permissions
a81c9e8561ebd18177a87fecf1226ac654b873f1rederpj# and limitations under the License.
a81c9e8561ebd18177a87fecf1226ac654b873f1rederpj# When distributing Covered Code, include this CDDL HEADER in each
a81c9e8561ebd18177a87fecf1226ac654b873f1rederpj# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d1c46782edbd6bd5ae4592c0174969950c5ca8aetrawick# If applicable, add the following below this CDDL HEADER, with the
d1c46782edbd6bd5ae4592c0174969950c5ca8aetrawick# fields enclosed by brackets "[]" replaced with your own identifying
d1c46782edbd6bd5ae4592c0174969950c5ca8aetrawick# information: Portions Copyright [yyyy] [name of copyright owner]
a3954060338ccebc73071e89ac936d4ec15ab352trawick# CDDL HEADER END
3afe511e52d7091898e7294fe9eb6da61c43cd93trawick# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3afe511e52d7091898e7294fe9eb6da61c43cd93trawick# Use is subject to license terms.
3afe511e52d7091898e7294fe9eb6da61c43cd93trawick# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
0c8d93ab73ff534c3066192ac75d58ebebeca4c5trawick# This makefile drives the production of the
0c8d93ab73ff534c3066192ac75d58ebebeca4c5trawick# autofs file system kernel module.
0c8d93ab73ff534c3066192ac75d58ebebeca4c5trawick# sparc architecture dependent
4e330708371c3e9b04d1043f0a1ac9368bfbd768coar# Path to the base of the uts directory tree (usually /usr/src/uts).
532a5de31e1a9732da4923f88e4931d0724ebe72nd# Define the module and object file sets.
dbb916b882c33a4e340b0dba7d75506cfdd85640trawick# Include common rules.
9efe68be3c81ee85225972195fb725dbfc2e8b24trawick# Define targets
3b872593fd5f61981d9dd69a4b0b5d5f5f668929trawick# Overrides.
fcdca175a52fe517f2317ba0e2b6e6d14522b869madhum# Define dependencies on rpmod, rpcsec, and mntfs
92a2439559cf1161742650ed9c50c6483bd029cemadhumLDFLAGS += -dy -N strmod/rpcmod -N misc/rpcsec -N fs/mntfs
92a2439559cf1161742650ed9c50c6483bd029cemadhum# For now, disable these lint checks; maintainers should endeavor
ebecc16986604cce1369d5075eff65032e3dd0deianh# to investigate and remove these for maximum lint coverage.
0d60370bedd05f9632f54e85c417ce472d463674madhum# Please do not carry these forward to new Makefiles.
b92cba59a0890be43b14aaf1ce30606140be9593nd# Default build targets.
db5837bbc9bef214303e755fa52122140366cb6fianh# Include common targets.