Makefile revision 47e946e784719ae402ace34695f67b0e6e76ae5c
0N/A#
2362N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
2362N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
2362N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2362N/A# Use is subject to license terms.
2362N/A#
0N/A
0N/Ainclude ../Makefile.cmd
0N/A
0N/ASUBDIRS1 = \
0N/A cryptoadm \
0N/A decrypt \
0N/A digest \
0N/A elfsign \
0N/A pktool \
0N/A kmfcfg
0N/A
0N/A#
0N/A# tpmadm is x86 only until we have SPARC support for the TSS and TPM
0N/A#
0N/Ai386_SUBDIRS = tpmadm
0N/A
0N/A$(CLOSED_BUILD)SUBDIRS1 += \
0N/A $(CLOSED)/cmd/cmd-crypto/kcfd
0N/A
0N/ASUBDIRS2 = \
0N/A etc \
0N/A scripts
0N/A
0N/A$(CLOSED_BUILD)SUBDIRS2 += \
0N/A $(CLOSED)/cmd/cmd-crypto/etc
0N/A
0N/Aall:= TARGET= all
0N/Ainstall:= TARGET= install
0N/Aclean:= TARGET= clean
0N/Aclobber:= TARGET= clobber
0N/Alint:= TARGET= lint
0N/A_msg:= TARGET= _msg
0N/A
0N/A.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: