Makefile revision 2b24ab6b3865caeede9eeb9db6b83e1d89dcd1ea
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# CDDL HEADER START
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# The contents of this file are subject to the terms of the
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# Common Development and Distribution License (the "License").
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# You may not use this file except in compliance with the License.
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# See the License for the specific language governing permissions
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# and limitations under the License.
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# When distributing Covered Code, include this CDDL HEADER in each
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# If applicable, add the following below this CDDL HEADER, with the
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# fields enclosed by brackets "[]" replaced with your own identifying
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# information: Portions Copyright [yyyy] [name of copyright owner]
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# CDDL HEADER END
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# Use is subject to license terms.
e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027faf# This makefile drives the production of the mac_ipv4 plugin
b695575577bae0337af339d76949713bfe1c9013Robert Johnston# kernel module.
b695575577bae0337af339d76949713bfe1c9013Robert Johnston# Path to the base of the uts directory tree (usually /usr/src/uts).
b695575577bae0337af339d76949713bfe1c9013Robert Johnston# Define the module and object file sets.
b695575577bae0337af339d76949713bfe1c9013Robert JohnstonLINTS = $(MAC_IPV4_OBJS:%.o=$(LINTS_DIR)/%.ln)
b695575577bae0337af339d76949713bfe1c9013Robert Johnston# Include common rules.
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# Define targets
b695575577bae0337af339d76949713bfe1c9013Robert Johnston# Default build targets.
b695575577bae0337af339d76949713bfe1c9013Robert Johnston# Include common targets.