Makefile revision 7b07063d906859b2be1e88791f801b3c96e432f6
b95c5b557aadc2211867af804d39950d4c9c1444Andy Gimblett# CDDL HEADER START
b95c5b557aadc2211867af804d39950d4c9c1444Andy Gimblett# The contents of this file are subject to the terms of the
b95c5b557aadc2211867af804d39950d4c9c1444Andy Gimblett# Common Development and Distribution License (the "License").
b95c5b557aadc2211867af804d39950d4c9c1444Andy Gimblett# You may not use this file except in compliance with the License.
9ebbce450fb242e1a346f9f89367d8c46fcb2ec8Andy Gimblett# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ebbce450fb242e1a346f9f89367d8c46fcb2ec8Andy Gimblett# See the License for the specific language governing permissions
b95c5b557aadc2211867af804d39950d4c9c1444Andy Gimblett# and limitations under the License.
b95c5b557aadc2211867af804d39950d4c9c1444Andy Gimblett# When distributing Covered Code, include this CDDL HEADER in each
9ebbce450fb242e1a346f9f89367d8c46fcb2ec8Andy Gimblett# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9ebbce450fb242e1a346f9f89367d8c46fcb2ec8Andy Gimblett# If applicable, add the following below this CDDL HEADER, with the
9ebbce450fb242e1a346f9f89367d8c46fcb2ec8Andy Gimblett# fields enclosed by brackets "[]" replaced with your own identifying
9ebbce450fb242e1a346f9f89367d8c46fcb2ec8Andy Gimblett# information: Portions Copyright [yyyy] [name of copyright owner]
9ebbce450fb242e1a346f9f89367d8c46fcb2ec8Andy Gimblett# CDDL HEADER END
9ebbce450fb242e1a346f9f89367d8c46fcb2ec8Andy Gimblett# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
d64c27888613a81c9634cd939dd05618175465efAndy Gimblett# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
d64c27888613a81c9634cd939dd05618175465efAndy Gimblett# This makefile drives the production of all implementation architecture
9ebbce450fb242e1a346f9f89367d8c46fcb2ec8Andy Gimblett# independent modules for Intel processors.
b95c5b557aadc2211867af804d39950d4c9c1444Andy Gimblett# dprov is delivered in the SUNWcryptoint package.
# NOTE: The rules for generating priv_const.c file are shared between all
# priv_const.c is required to build genunix.
%.prereq:
@if [ -f $@/Makefile ]; then \