Makefile revision bc1009abdd0a493796645bd983c1601396c09a5f
c366016ffe1788c6847d0a967a954713725cab5evboxsync# CDDL HEADER START
c366016ffe1788c6847d0a967a954713725cab5evboxsync# The contents of this file are subject to the terms of the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Common Development and Distribution License (the "License").
c366016ffe1788c6847d0a967a954713725cab5evboxsync# You may not use this file except in compliance with the License.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c366016ffe1788c6847d0a967a954713725cab5evboxsync# See the License for the specific language governing permissions
c366016ffe1788c6847d0a967a954713725cab5evboxsync# and limitations under the License.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# When distributing Covered Code, include this CDDL HEADER in each
c366016ffe1788c6847d0a967a954713725cab5evboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# If applicable, add the following below this CDDL HEADER, with the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# fields enclosed by brackets "[]" replaced with your own identifying
c366016ffe1788c6847d0a967a954713725cab5evboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
c366016ffe1788c6847d0a967a954713725cab5evboxsync# CDDL HEADER END
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Use is subject to license terms.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#ident "%Z%%M% %I% %E% SMI"
c366016ffe1788c6847d0a967a954713725cab5evboxsync# This makefile drives the production of the devinfo kernel
c366016ffe1788c6847d0a967a954713725cab5evboxsync# driver to support libdevinfo.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# SPARC architecture dependent
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Define the module and object file sets.
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# Include common rules.
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# Define targets
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsyncINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# lint pass one enforcement
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# Default build targets.
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# Include common targets.