Makefile revision 4f14b0f29aa144cc03efdde5508ae126ae197acf
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# CDDL HEADER START
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# The contents of this file are subject to the terms of the
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Common Development and Distribution License (the "License").
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# You may not use this file except in compliance with the License.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# or http://www.opensolaris.org/os/licensing.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# and limitations under the License.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# When distributing Covered Code, include this CDDL HEADER in each
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# CDDL HEADER END
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeinclude ../Makefile.cmd
a3d3ab94806056d2355afea6fe8daac41059b9fbludovicp
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludoSUBDIRS1 = \
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe cryptoadm \
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe decrypt \
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe digest \
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo elfsign \
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo kmfcfg \
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe kmscfg \
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara pktool \
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara tpmadm
266c5071a91fda6a5159b08ea8d45261228d03d5neil_a_wilson
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe$(CLOSED_BUILD)SUBDIRS1 += \
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara $(CLOSED)/cmd/cmd-crypto/kcfd
SUBDIRS2 = \
etc \
scripts
$(CLOSED_BUILD)SUBDIRS2 += \
$(CLOSED)/cmd/cmd-crypto/etc
all:= TARGET= all
install:= TARGET= install
clean:= TARGET= clean
clobber:= TARGET= clobber
lint:= TARGET= lint
_msg:= TARGET= _msg
.KEEP_STATE:
all clean clobber lint _msg: $(SUBDIRS1) $($(MACH)_SUBDIRS)
install: $(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS)
$(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS) : FRC
@cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
FRC: