Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# CDDL HEADER START
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# The contents of this file are subject to the terms of the
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# Common Development and Distribution License, Version 1.0 only
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# (the "License"). You may not use this file except in compliance
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# with the License.
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# See the License for the specific language governing permissions
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# and limitations under the License.
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# When distributing Covered Code, include this CDDL HEADER in each
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# If applicable, add the following below this CDDL HEADER, with the
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# fields enclosed by brackets "[]" replaced with your own identifying
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# information: Portions Copyright [yyyy] [name of copyright owner]
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# CDDL HEADER END
7b02e31b0f0bbca080ed78d2ec5a1398a7388202slive# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
7b02e31b0f0bbca080ed78d2ec5a1398a7388202slive# Use is subject to license terms.
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive#ident "%Z%%M% %I% %E% SMI"
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# This makefile drives the production of the dummy KEF provider.
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# sparc implementation architecture dependent
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# Path to the base of the uts directory tree (usually /usr/src/uts).
7b02e31b0f0bbca080ed78d2ec5a1398a7388202slive# Define the module and object file sets.
7b02e31b0f0bbca080ed78d2ec5a1398a7388202slive# Include common rules.
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# set signing mode
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# Define targets
39439c95488c2e66ea8b35c47f75e9ec2508d8fbsliveINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# Linkage dependencies
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# Note that regular providers do not need to have an explicit dependency
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# on KCF. This is a special case since the test pseudo driver dprov
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# uses private KCF functions.
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# lint pass one enforcement
39439c95488c2e66ea8b35c47f75e9ec2508d8fbslive# Default build targets.
7b02e31b0f0bbca080ed78d2ec5a1398a7388202slive# Include common targets.