Makefile revision a237e38e9161f0acd6451439d4a7dd597e66291d
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License (the "License").
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# CDDL HEADER END
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3e61f574717499939bd8e0ff538ea9e7b72d4e2dKlaus Luettich# Use is subject to license terms.
01e383014b555bbcf639c0ca60c5810b3eff83c0Christian Maeder# ident "%Z%%M% %I% %E% SMI"
df29370ae8d8b41587957f6bcdcb43a3f1927e47Christian Maeder# This makefile drives the production of the sharetab file system
b8c7e78f1bdddca2903d5008a4e47052b4225634Christian Maeder# kernel module.
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# sparc architecture dependent
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Define the module and object file sets.
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian MaederLINTS = $(SHAREFS_OBJS:%.o=$(LINTS_DIR)/%.ln)
b1f59a4ea7c96f4c03a4d7cfcb9c5e66871cfbbbChristian Maeder# Include common rules.
8ef75f1cc0437656bf622cec5ac9e8ea221da8f2Christian Maeder# Define targets
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Default build targets.
f13d1e86e58da53680e78043e8df182eed867efbChristian Maeder# Include common targets.