Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
a47a604a8bd3897c793e22c119150d085a7d2243humbedooh# The contents of this file are subject to the terms of the
a47a604a8bd3897c793e22c119150d085a7d2243humbedooh# Common Development and Distribution License, Version 1.0 only
a47a604a8bd3897c793e22c119150d085a7d2243humbedooh# (the "License"). You may not use this file except in compliance
fe1ef277fc441864dade1856a858b79242f905c1humbedooh# with the License.
74e7a30182af5e68f14ccb8d57918b22b982db8bhumbedooh# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
74e7a30182af5e68f14ccb8d57918b22b982db8bhumbedooh# See the License for the specific language governing permissions
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh# and limitations under the License.
10961a2f60207cb873d889bb28b1f0ef707a4311humbedooh# When distributing Covered Code, include this CDDL HEADER in each
0448378b899e8df0c060360f17c0af692adf17bchumbedooh# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0448378b899e8df0c060360f17c0af692adf17bchumbedooh# If applicable, add the following below this CDDL HEADER, with the
0448378b899e8df0c060360f17c0af692adf17bchumbedooh# fields enclosed by brackets "[]" replaced with your own identifying
60a765cccbd3f3b5997b65b0034220c79f78369etrawick# information: Portions Copyright [yyyy] [name of copyright owner]
60a765cccbd3f3b5997b65b0034220c79f78369etrawick# CDDL HEADER END
e7ca863b04ee2a7aea7738cadbf51ce5e6c5245dhumbedooh# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
e7ca863b04ee2a7aea7738cadbf51ce5e6c5245dhumbedooh# Use is subject to license terms.
79c5787b92ac5f0e1cc82393816c77a006399316trawick# This makefile drives the production of the idn driver module.
79c5787b92ac5f0e1cc82393816c77a006399316trawick# sun4u starfire implementation architecture dependent
79c5787b92ac5f0e1cc82393816c77a006399316trawick# Path to the base of the uts directory tree (usually /usr/src/uts).
e20c6ecbd465cd7dabb44acea6afafc7925f3a03sf# Define the module and object file sets.
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton# Include common rules.
e81785da447b469da66f218b3f0244aab507958djorton# Define targets
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jortonINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
459eaf0826f995b73a0dc066f59ea10d2824e72dsf# lint pass one enforcement
ca61ccd0c306c2c72df153688ba1b49f3eceed80sf# Default build targets.
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim# Include common targets.