Makefile revision 22eb7cb54d8a6bcf6fe2674cb4b1f0cf2d85cfb6
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# CDDL HEADER START
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# The contents of this file are subject to the terms of the
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Common Development and Distribution License (the "License").
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# You may not use this file except in compliance with the License.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# See the License for the specific language governing permissions
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# CDDL HEADER END
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Use is subject to license terms.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync#ident "%Z%%M% %I% %E% SMI"
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# This makefile drives the production of the mac_ib MAC-Type plugin
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# kernel module.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
e93a5f31e0fa906355835e4d458ad2be684879b6vboxsync# Define the module and object file sets.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Include common rules.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Define targets
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Overrides.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Default build targets.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Include common targets.