Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# CDDL HEADER START
b2cb7a03a79ad2e40f4e470acbc87881781e798evboxsync# The contents of this file are subject to the terms of the
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# Common Development and Distribution License, Version 1.0 only
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# (the "License"). You may not use this file except in compliance
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# with the License.
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# See the License for the specific language governing permissions
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# and limitations under the License.
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# When distributing Covered Code, include this CDDL HEADER in each
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# If applicable, add the following below this CDDL HEADER, with the
e95cc69731ec79cf167e6167808e1c9b275ea007vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
174f3dff60f96d89b320f9a322307118676db1dbvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
174f3dff60f96d89b320f9a322307118676db1dbvboxsync# CDDL HEADER END
174f3dff60f96d89b320f9a322307118676db1dbvboxsync# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5281ff0370e0f0639507405007e100014e1f1e71vboxsync# Use is subject to license terms.
5281ff0370e0f0639507405007e100014e1f1e71vboxsync#pragma ident "%Z%%M% %I% %E% SMI"
5281ff0370e0f0639507405007e100014e1f1e71vboxsync# This makefile drives the production of the autofs file system
5281ff0370e0f0639507405007e100014e1f1e71vboxsync# kernel module.
174f3dff60f96d89b320f9a322307118676db1dbvboxsync# intel architecture dependent
174f3dff60f96d89b320f9a322307118676db1dbvboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
e73a3b6ad6a11bdc3b89a3509058abd9737196c3vboxsync# Define the module and object file sets.
174f3dff60f96d89b320f9a322307118676db1dbvboxsync# Include common rules.
174f3dff60f96d89b320f9a322307118676db1dbvboxsync# Define targets
174f3dff60f96d89b320f9a322307118676db1dbvboxsyncINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK)
174f3dff60f96d89b320f9a322307118676db1dbvboxsync# Default build targets.
f9de02a9df6b89c81f9cfa3fecf268f188085e1bvboxsync# Include common targets.