a660c63c551b88136ac6176855b5907cc533e848Kay Sievers###############################################################################
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# kbd_mode - utility to change the Solaris kernel key event reporting mode
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# Permission is hereby granted, free of charge, to any person obtaining a
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# copy of this software and associated documentation files (the "Software"),
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# to deal in the Software without restriction, including without limitation
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# the rights to use, copy, modify, merge, publish, distribute, sublicense,
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# and/or sell copies of the Software, and to permit persons to whom the
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# Software is furnished to do so, subject to the following conditions:
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# The above copyright notice and this permission notice (including the next
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# paragraph) shall be included in all copies or substantial portions of the
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# DEALINGS IN THE SOFTWARE.
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# Package name used in tarballs
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# pkg(5) name we deliver the files in (override default)
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# Package classification (override default)
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# Package metadata
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# Dates to show in Oracle copyright notice in pkg license file
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# Earliest & latest of the copyrights in the Oracle files in this pkg
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# No upstream sources, only local sources
a660c63c551b88136ac6176855b5907cc533e848Kay Sievers# Man pages to apply Sun footer to & attributes to list
01d183ddae6fb3445c4519cf1d90c6575f17292eKay Sievers# No configure script to run, but need to make build dirs
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# Since we don't have a configure script, pass configure flags to make
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# and pass path to $(SOURCE_DIR) for makefiles & source files
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay SieversMODULE_MAKEFLAGS = VPATH=$(REL_SOURCE_DIR) -f $(REL_SOURCE_DIR)/Makefile
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay SieversMODULE_BUILD_ENV = $(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
d23965a64eb5c2c97b839dc2e3e79fc1613994f1Kay Sievers# Compatibility links from /usr/X11/bin to /usr/bin