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