Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
c63ebf815c8a874525cf18670ad74847f7fc7b26Christian 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, Version 1.0 only
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# (the "License"). You may not use this file except in compliance
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian Maeder# and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian 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
68d10d143f29fcff3c637ba24f90e983995ceae6Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# information: Portions Copyright [yyyy] [name of copyright owner]
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# CDDL HEADER END
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
01e383014b555bbcf639c0ca60c5810b3eff83c0Christian Maeder# Use is subject to license terms.
9dac90ec2be2a72e03893095461960d483fe2fc2Christian Maeder#pragma ident "%Z%%M% %I% %E% SMI"
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# This makefile drives the production of the file system
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# snapshot interface kernel module.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# architecture independent
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
b1f59a4ea7c96f4c03a4d7cfcb9c5e66871cfbbbChristian Maeder# Define the module and object file sets.
8ef75f1cc0437656bf622cec5ac9e8ea221da8f2Christian MaederLINTS = $(FSSNAPIF_OBJS:%.o=$(LINTS_DIR)/%.ln)
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Include common rules.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Define targets
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maeder# Default build targets.
36f63902db2b3463faa9f59912ad106e2d5aaa24Klaus Luettich# Include common targets.