b897c52f865b2fc4e220e2110b874e59c716456bBob Halley###############################################################################
4b598d8ae578861d5f3fc1333c9f84c9c9c8be7cDavid Lawrence# mkcookie - Utility to create xauth cookies
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# Permission is hereby granted, free of charge, to any person obtaining a
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# copy of this software and associated documentation files (the "Software"),
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# to deal in the Software without restriction, including without limitation
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# the rights to use, copy, modify, merge, publish, distribute, sublicense,
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# and/or sell copies of the Software, and to permit persons to whom the
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# Software is furnished to do so, subject to the following conditions:
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# The above copyright notice and this permission notice (including the next
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# paragraph) shall be included in all copies or substantial portions of the
e85ffb301b294d70ddc1d90234788403666bb944David Lawrence# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
e85ffb301b294d70ddc1d90234788403666bb944David Lawrence# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# DEALINGS IN THE SOFTWARE.
828a5beda384130d5e2913dadd862924c53405bfAndreas Gustafsson# Package name used in tarballs
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# pkg(5) name we deliver the files in (override default)
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# Package metadata
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas GustafssonMODULE_LICENSE_DESC = portions of the xauth utility source code
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# Dates to show in Oracle copyright notice in pkg license file
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# Earliest & latest of the copyrights in the Oracle files in this pkg
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# No upstream sources, only local sources
b897c52f865b2fc4e220e2110b874e59c716456bBob Halley# Haven't made sure it's 64-bit clean yet, so continue building 32-bit for now
81e92fbafaa07bd8ccbbeb4b5926d548b5c4560eDavid Lawrence# Man pages to apply Sun footer to & attributes to list
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# No configure script to run, but need to make build dirs
b897c52f865b2fc4e220e2110b874e59c716456bBob Halley# Since we don't have a configure script, pass configure flags to make
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# and pass path to $(REL_SOURCE_DIR) for makefiles & source files
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas GustafssonMODULE_MAKEFLAGS = VPATH=$(REL_SOURCE_DIR) -f $(REL_SOURCE_DIR)/Makefile