Makefile revision c10c16dec587a0662068f6e2991c29ed3a9db943
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
277e05eebdd1878d86c1edc2538c94c5b42102e4nd# The contents of this file are subject to the terms of the
eea521297270de3f9ae70d8822f8665c513de574nd# Common Development and Distribution License (the "License").
eea521297270de3f9ae70d8822f8665c513de574nd# You may not use this file except in compliance with the License.
5bcdf2cd27ab0c91a3c7eaffbff4cb8505389dc1nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5bcdf2cd27ab0c91a3c7eaffbff4cb8505389dc1nd# See the License for the specific language governing permissions
02b0660d7f44ff8106bd5095653e9c19e39ec37dnd# and limitations under the License.
02b0660d7f44ff8106bd5095653e9c19e39ec37dnd# When distributing Covered Code, include this CDDL HEADER in each
5b8e35ad88268c0210d93288dad57c2f1d3e8811nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5b8e35ad88268c0210d93288dad57c2f1d3e8811nd# If applicable, add the following below this CDDL HEADER, with the
5b8e35ad88268c0210d93288dad57c2f1d3e8811nd# fields enclosed by brackets "[]" replaced with your own identifying
cef53aa8cf0c586c3aa96456e05ae0b786b27441nd# information: Portions Copyright [yyyy] [name of copyright owner]
cef53aa8cf0c586c3aa96456e05ae0b786b27441nd# CDDL HEADER END
abe63402318c6324f21b669aa0d1ce6ded8e323end# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
abe63402318c6324f21b669aa0d1ce6ded8e323end# Use is subject to license terms.
e698258fd17a7f9d51cb2b35e96f8f0b48ec23c8nd#ident "%Z%%M% %I% %E% SMI"
e698258fd17a7f9d51cb2b35e96f8f0b48ec23c8nd# This makefile drives the production of the conskbd driver
f06b1de00f96211469a900c08bbe5d63741dadbfstoddard# sparc architecture dependent
f06b1de00f96211469a900c08bbe5d63741dadbfstoddard# Path to the base of the uts directory tree (usually /usr/src/uts).
a9ee8e9bd3dffd23ca49be8d0bdf0e33cd0bcce2jorton# Define the module and object file sets.
7ad8e71125ec66a8ebfaf9e52bd680ce6beca327stoddard# Include common rules.
8aad5258d3ecde3751559bc685a3185e63cbde9aianh# Define targets
71f3601de4983bc2a6aaffcf37dc1d35c8674a34coarINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
874fa3c6bbef1b4ab4bed0a2ff9852b21ea1b187trawick# Overrides.
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick# For now, disable these lint checks; maintainers should endeavor
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick# to investigate and remove these for maximum lint coverage.
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick# Please do not carry these forward to new Makefiles.
5866fd6f9cba06306e84d940fc29973e50001b51trawick# Default build targets.
769fec4a3ee740c172676c243aeb02171d80872etrawick# Include common targets.